#F997BC

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

Shades of Shocking #F997BC

Tints of Shocking #F997BC

Color information

#F997BC (or 0xF997BC) is unknown color: approx Shocking. HEX triplet: F9, 97 and BC. RGB value is (249,151,188). Sum of RGB (Red+Green+Blue) = 249+151+188=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F997BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997BC is #066843. Grayscale: #B8B8B8. Windows color (decimal): -419908 or 12359673. OLE color: 12359673.

HSL color Cylindrical-coordinate representation of color #F997BC: hue angle of 337.35º 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 #F997BC is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249151188-
CMYK00.390.240.02
HSL337.35º89.09%78.43%-
HSV(B)337.35º39.36%97.65%-
XYZ59.2145.953.32-
YUV184.52129.97173.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.35%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=42.35%
G=25.68%
B=31.97%

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
Decimal24915118800.390.240.02337.3589.0978.43
HexF997BC027182151594e
Octal371227274047302521131116
Binary1111100110010111101111000100111110001010101000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997BC; }

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

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

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

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

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

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

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

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