#F996BD

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

Shades of Shocking #F996BD

Tints of Shocking #F996BD

Color information

#F996BD (or 0xF996BD) is unknown color: approx Shocking. HEX triplet: F9, 96 and BD. RGB value is (249,150,189). Sum of RGB (Red+Green+Blue) = 249+150+189=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F996BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996BD is #066942. Grayscale: #B7B7B7. Windows color (decimal): -420163 or 12424953. OLE color: 12424953.

HSL color Cylindrical-coordinate representation of color #F996BD: hue angle of 336.36º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996BD is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249150189-
CMYK00.400.240.02
HSL336.36º89.19%78.24%-
HSV(B)336.36º39.76%97.65%-
XYZ59.1645.6353.83-
YUV184.05130.8174.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.35%
GREEN value IS 150 (58.98% from 255) = 25.51%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=42.35%
G=25.51%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915018900.400.240.02336.3689.1978.24
HexF996BD028182150594e
Octal371226275050302520131116
Binary1111100110010110101111010101000110001010101000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996BD; }

 p { color: rgb(249,150,189); }

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

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

 a { background-color: rgb(249,150,189); }

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

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

 span { border-color: rgb(249,150,189); }

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