#F091BD

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

Shades of Shocking #F091BD

Tints of Shocking #F091BD

Color information

#F091BD (or 0xF091BD) is unknown color: approx Shocking. HEX triplet: F0, 91 and BD. RGB value is (240,145,189). Sum of RGB (Red+Green+Blue) = 240+145+189=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F091BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091BD is #0F6E42. Grayscale: #B2B2B2. Windows color (decimal): -1011267 or 12423664. OLE color: 12423664.

HSL color Cylindrical-coordinate representation of color #F091BD: hue angle of 332.21º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F091BD is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240145189-
CMYK00.400.210.06
HSL332.21º76%75.49%-
HSV(B)332.21º39.58%94.12%-
XYZ55.2542.4553.43-
YUV178.42133.97171.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 145 (57.03% from 255) = 25.26%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=41.81%
G=25.26%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014518900.400.210.06332.217675.49
HexF091BD02815614c4c4b
Octal360221275050256514114113
Binary11110000100100011011110101010001010111010100110010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F091BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F091BD; }

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

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

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

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

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

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

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

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