#F208BD

Color #F208BD Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #F208BD

Tints of Shocking Pink #F208BD

Color information

#F208BD (or 0xF208BD) is unknown color: approx Shocking Pink. HEX triplet: F2, 08 and BD. RGB value is (242,8,189). Sum of RGB (Red+Green+Blue) = 242+8+189=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 8 (3.52% from 255 or 1.82% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F208BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F208BD is #0DF742. Grayscale: #626262. Windows color (decimal): -915267 or 12388594. OLE color: 12388594.

HSL color Cylindrical-coordinate representation of color #F208BD: hue angle of 313.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F208BD is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB2428189-
CMYK00.970.220.05
HSL313.59º93.6%49.02%-
HSV(B)313.59º96.69%94.9%-
XYZ45.8922.7350.11-
YUV98.6179.02230.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 55.13%
GREEN value IS 8 (3.52% from 255) = 1.82%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=55.13%
G=1.82%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242818900.970.220.05313.5993.649.02
HexF28BD06116513a5e31
Octal36210275014126547213661
Binary1111001010001011110101100001101101011001110101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F208BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F208BD; }

 p { color: rgb(242,8,189); }

 H1.HeaderClassName
 {
   color: #F208BD;
 }
 .AnyTagClassName
 {
   color: #F208BD;
 }
</style>
background-color css

<style>
 a { background-color: #F208BD; }

 a { background-color: rgb(242,8,189); }

 div.DivClassName
 {
   background-color: #F208BD;
 }
 .BgClassName
 {
   background-color: #F208BD;
 }
</style>
border-color css

<style>
 span { border-color: #F208BD; }

 span { border-color: rgb(242,8,189); }

 td.TdClassName
 {
   border-color: #F208BD;
 }
 .TagClassName
 {
   border-color: #F208BD;
 }
</style>