#F09BC7

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

Shades of Shocking #F09BC7

Tints of Shocking #F09BC7

Color information

#F09BC7 (or 0xF09BC7) is unknown color: approx Shocking. HEX triplet: F0, 9B and C7. RGB value is (240,155,199). Sum of RGB (Red+Green+Blue) = 240+155+199=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BC7 is #0F6438. Grayscale: #B9B9B9. Windows color (decimal): -1008697 or 13081584. OLE color: 13081584.

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

Color convert

RGB240155199-
CMYK00.350.170.06
HSL328.94º73.91%77.45%-
HSV(B)328.94º35.42%94.12%-
XYZ57.9746.0959.87-
YUV185.43135.66166.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.40%
GREEN value IS 155 (60.94% from 255) = 26.09%
BLUE value IS 199 (78.12% from 255) = 33.50%
R=40.40%
G=26.09%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015519900.350.170.06328.9473.9177.45
HexF09BC70231161494a4d
Octal360233307043216511112115
Binary11110000100110111100011101000111000111010100100110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BC7; }

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

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

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

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

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

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

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

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