#F190BA

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

Shades of Shocking #F190BA

Tints of Shocking #F190BA

Color information

#F190BA (or 0xF190BA) is unknown color: approx Shocking. HEX triplet: F1, 90 and BA. RGB value is (241,144,186). Sum of RGB (Red+Green+Blue) = 241+144+186=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F190BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190BA is #0E6F45. Grayscale: #B1B1B1. Windows color (decimal): -945990 or 12226801. OLE color: 12226801.

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

Color convert

RGB241144186-
CMYK00.400.230.05
HSL334.02º77.6%75.49%-
HSV(B)334.02º40.25%94.51%-
XYZ55.1142.1951.69-
YUV177.79132.64173.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 144 (56.64% from 255) = 25.22%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=42.21%
G=25.22%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114418600.400.230.05334.0277.675.49
HexF190BA02817514e4e4b
Octal361220272050275516116113
Binary11110001100100001011101001010001011110110100111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190BA; }

 p { color: rgb(241,144,186); }

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

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

 a { background-color: rgb(241,144,186); }

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

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

 span { border-color: rgb(241,144,186); }

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