#F997BD

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

Shades of Shocking #F997BD

Tints of Shocking #F997BD

Color information

#F997BD (or 0xF997BD) is unknown color: approx Shocking. HEX triplet: F9, 97 and BD. RGB value is (249,151,189). Sum of RGB (Red+Green+Blue) = 249+151+189=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F997BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997BD is #066842. Grayscale: #B8B8B8. Windows color (decimal): -419907 or 12425209. OLE color: 12425209.

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

Color convert

RGB249151189-
CMYK00.390.240.02
HSL336.73º89.09%78.43%-
HSV(B)336.73º39.36%97.65%-
XYZ59.3245.9553.89-
YUV184.63130.47173.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 151 (59.38% from 255) = 25.64%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=42.28%
G=25.64%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915118900.390.240.02336.7389.0978.43
HexF997BD027182151594e
Octal371227275047302521131116
Binary1111100110010111101111010100111110001010101000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997BD; }

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

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

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

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

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

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

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

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