#F09FCB

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

Shades of Shocking #F09FCB

Tints of Shocking #F09FCB

Color information

#F09FCB (or 0xF09FCB) is unknown color: approx Shocking. HEX triplet: F0, 9F and CB. RGB value is (240,159,203). Sum of RGB (Red+Green+Blue) = 240+159+203=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FCB is #0F6034. Grayscale: #BCBCBC. Windows color (decimal): -1007669 or 13344752. OLE color: 13344752.

HSL color Cylindrical-coordinate representation of color #F09FCB: hue angle of 327.41º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FCB is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240159203-
CMYK00.340.150.06
HSL327.41º72.97%78.24%-
HSV(B)327.41º33.75%94.12%-
XYZ59.1147.6362.58-
YUV188.24136.34164.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=39.87%
G=26.41%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015920300.340.150.06327.4172.9778.24
HexF09FCB022F6147494e
Octal360237313042176507111116
Binary1111000010011111110010110100010111111010100011110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09FCB; }

 p { color: rgb(240,159,203); }

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

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

 a { background-color: rgb(240,159,203); }

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

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

 span { border-color: rgb(240,159,203); }

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