#F09BBA

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

Shades of Shocking #F09BBA

Tints of Shocking #F09BBA

Color information

#F09BBA (or 0xF09BBA) is unknown color: approx Shocking. HEX triplet: F0, 9B and BA. RGB value is (240,155,186). Sum of RGB (Red+Green+Blue) = 240+155+186=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BBA is #0F6445. Grayscale: #B7B7B7. Windows color (decimal): -1008710 or 12229616. OLE color: 12229616.

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

Color convert

RGB240155186-
CMYK00.350.220.06
HSL338.12º73.91%77.45%-
HSV(B)338.12º35.42%94.12%-
XYZ56.5245.5152.26-
YUV183.95129.16167.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.31%
GREEN value IS 155 (60.94% from 255) = 26.68%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=41.31%
G=26.68%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015518600.350.220.06338.1273.9177.45
HexF09BBA0231661524a4d
Octal360233272043266522112115
Binary11110000100110111011101001000111011011010101001010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09BBA; }

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

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

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

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

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

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

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

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