#F09BCF

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

Shades of Shocking #F09BCF

Tints of Shocking #F09BCF

Color information

#F09BCF (or 0xF09BCF) is unknown color: approx Shocking. HEX triplet: F0, 9B and CF. RGB value is (240,155,207). Sum of RGB (Red+Green+Blue) = 240+155+207=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BCF is #0F6430. Grayscale: #BABABA. Windows color (decimal): -1008689 or 13605872. OLE color: 13605872.

HSL color Cylindrical-coordinate representation of color #F09BCF: hue angle of 323.29º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BCF is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240155207-
CMYK00.350.140.06
HSL323.29º73.91%77.45%-
HSV(B)323.29º35.42%94.12%-
XYZ58.9246.4764.9-
YUV186.34139.66166.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 155 (60.94% from 255) = 25.75%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=39.87%
G=25.75%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015520700.350.140.06323.2973.9177.45
HexF09BCF023E61434a4d
Octal360233317043166503112115
Binary1111000010011011110011110100011111011010100001110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BCF; }

 p { color: rgb(240,155,207); }

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

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

 a { background-color: rgb(240,155,207); }

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

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

 span { border-color: rgb(240,155,207); }

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