#F19ABF

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

Shades of Shocking #F19ABF

Tints of Shocking #F19ABF

Color information

#F19ABF (or 0xF19ABF) is unknown color: approx Shocking. HEX triplet: F1, 9A and BF. RGB value is (241,154,191). Sum of RGB (Red+Green+Blue) = 241+154+191=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ABF is #0E6540. Grayscale: #B8B8B8. Windows color (decimal): -943425 or 12557041. OLE color: 12557041.

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

Color convert

RGB241154191-
CMYK00.360.210.05
HSL334.48º75.65%77.45%-
HSV(B)334.48º36.1%94.51%-
XYZ57.2445.5755.07-
YUV184.23131.82168.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 191 (75% from 255) = 32.59%
R=41.13%
G=26.28%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115419100.360.210.05334.4875.6577.45
HexF19ABF02415514e4c4d
Octal361232277044255516114115
Binary11110001100110101011111101001001010110110100111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19ABF; }

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

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

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

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

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

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

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

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