#F09BBD

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

Shades of Shocking #F09BBD

Tints of Shocking #F09BBD

Color information

#F09BBD (or 0xF09BBD) is unknown color: approx Shocking. HEX triplet: F0, 9B and BD. RGB value is (240,155,189). Sum of RGB (Red+Green+Blue) = 240+155+189=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BBD is #0F6442. Grayscale: #B8B8B8. Windows color (decimal): -1008707 or 12426224. OLE color: 12426224.

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

Color convert

RGB240155189-
CMYK00.350.210.06
HSL336º73.91%77.45%-
HSV(B)336º35.42%94.12%-
XYZ56.8445.6453.96-
YUV184.29130.66167.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 155 (60.94% from 255) = 26.54%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=41.10%
G=26.54%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015518900.350.210.0633673.9177.45
HexF09BBD0231561504a4d
Octal360233275043256520112115
Binary11110000100110111011110101000111010111010101000010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BBD; }

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

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

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

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

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

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

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

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