#F906B4

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

Shades of Shocking Pink #F906B4

Tints of Shocking Pink #F906B4

Color information

#F906B4 (or 0xF906B4) is unknown color: approx Shocking Pink. HEX triplet: F9, 06 and B4. RGB value is (249,6,180). Sum of RGB (Red+Green+Blue) = 249+6+180=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 6 (2.73% from 255 or 1.38% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F906B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F906B4 is #06F94B. Grayscale: #626262. Windows color (decimal): -457036 or 11798265. OLE color: 11798265.

HSL color Cylindrical-coordinate representation of color #F906B4: hue angle of 317.04º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F906B4 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB2496180-
CMYK00.980.280.02
HSL317.04º95.29%50%-
HSV(B)317.04º97.59%97.65%-
XYZ47.3723.5745.23-
YUV98.49174.01235.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.24%
GREEN value IS 6 (2.73% from 255) = 1.38%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=57.24%
G=1.38%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249618000.980.280.02317.0495.2950
HexF96B40621C213d5f32
Octal3716264014234247513762
Binary11111001110101101000110001011100101001111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F906B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F906B4; }

 p { color: rgb(249,6,180); }

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

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

 a { background-color: rgb(249,6,180); }

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

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

 span { border-color: rgb(249,6,180); }

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