#F09BCE

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

Shades of Shocking #F09BCE

Tints of Shocking #F09BCE

Color information

#F09BCE (or 0xF09BCE) is unknown color: approx Shocking. HEX triplet: F0, 9B and CE. RGB value is (240,155,206). Sum of RGB (Red+Green+Blue) = 240+155+206=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BCE is #0F6431. Grayscale: #BABABA. Windows color (decimal): -1008690 or 13540336. OLE color: 13540336.

HSL color Cylindrical-coordinate representation of color #F09BCE: hue angle of 324º 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 #F09BCE is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240155206-
CMYK00.350.140.06
HSL324º73.91%77.45%-
HSV(B)324º35.42%94.12%-
XYZ58.846.4264.25-
YUV186.23139.16166.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 155 (60.94% from 255) = 25.79%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=39.93%
G=25.79%
B=34.28%

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
Decimal24015520600.350.140.0632473.9177.45
HexF09BCE023E61444a4d
Octal360233316043166504112115
Binary1111000010011011110011100100011111011010100010010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BCE; }

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

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

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

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

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

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

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

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