#F19ABA

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

Shades of Shocking #F19ABA

Tints of Shocking #F19ABA

Color information

#F19ABA (or 0xF19ABA) is unknown color: approx Shocking. HEX triplet: F1, 9A and BA. RGB value is (241,154,186). Sum of RGB (Red+Green+Blue) = 241+154+186=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ABA is #0E6545. Grayscale: #B7B7B7. Windows color (decimal): -943430 or 12229361. OLE color: 12229361.

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

Color convert

RGB241154186-
CMYK00.360.230.05
HSL337.93º75.65%77.45%-
HSV(B)337.93º36.1%94.51%-
XYZ56.6945.3652.22-
YUV183.66129.32168.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.48%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=41.48%
G=26.51%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115418600.360.230.05337.9375.6577.45
HexF19ABA0241751524c4d
Octal361232272044275522114115
Binary11110001100110101011101001001001011110110101001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19ABA; }

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

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

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

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

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

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

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

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