#F190BD

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

Shades of Shocking #F190BD

Tints of Shocking #F190BD

Color information

#F190BD (or 0xF190BD) is unknown color: approx Shocking. HEX triplet: F1, 90 and BD. RGB value is (241,144,189). Sum of RGB (Red+Green+Blue) = 241+144+189=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F190BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F190BD is #0E6F42. Grayscale: #B2B2B2. Windows color (decimal): -945987 or 12423409. OLE color: 12423409.

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

Color convert

RGB241144189-
CMYK00.400.220.05
HSL332.16º77.6%75.49%-
HSV(B)332.16º40.25%94.51%-
XYZ55.4342.3253.39-
YUV178.13134.14172.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 144 (56.64% from 255) = 25.09%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=41.99%
G=25.09%
B=32.93%

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
Decimal24114418900.400.220.05332.1677.675.49
HexF190BD02816514c4e4b
Octal361220275050265514116113
Binary11110001100100001011110101010001011010110100110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190BD; }

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

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

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

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

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

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

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

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