#F09BBF

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

Shades of Shocking #F09BBF

Tints of Shocking #F09BBF

Color information

#F09BBF (or 0xF09BBF) is unknown color: approx Shocking. HEX triplet: F0, 9B and BF. RGB value is (240,155,191). Sum of RGB (Red+Green+Blue) = 240+155+191=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BBF is #0F6440. Grayscale: #B8B8B8. Windows color (decimal): -1008705 or 12557296. OLE color: 12557296.

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

Color convert

RGB240155191-
CMYK00.350.200.06
HSL334.59º73.91%77.45%-
HSV(B)334.59º35.42%94.12%-
XYZ57.0645.7355.11-
YUV184.52131.66167.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.96%
GREEN value IS 155 (60.94% from 255) = 26.45%
BLUE value IS 191 (75% from 255) = 32.59%
R=40.96%
G=26.45%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015519100.350.200.06334.5973.9177.45
HexF09BBF02314614f4a4d
Octal360233277043246517112115
Binary11110000100110111011111101000111010011010100111110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BBF; }

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

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

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

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

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

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

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

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