#F191BD

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

Shades of Shocking #F191BD

Tints of Shocking #F191BD

Color information

#F191BD (or 0xF191BD) is unknown color: approx Shocking. HEX triplet: F1, 91 and BD. RGB value is (241,145,189). Sum of RGB (Red+Green+Blue) = 241+145+189=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F191BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191BD is #0E6E42. Grayscale: #B2B2B2. Windows color (decimal): -945731 or 12423665. OLE color: 12423665.

HSL color Cylindrical-coordinate representation of color #F191BD: hue angle of 332.5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191BD is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241145189-
CMYK00.400.220.05
HSL332.5º77.42%75.69%-
HSV(B)332.5º39.83%94.51%-
XYZ55.5942.6353.44-
YUV178.72133.8172.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 145 (57.03% from 255) = 25.22%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=41.91%
G=25.22%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114518900.400.220.05332.577.4275.69
HexF191BD02816514c4d4c
Octal361221275050265514115114
Binary11110001100100011011110101010001011010110100110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191BD; }

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

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

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

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

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

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

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

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