#F19ABC

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

Shades of Shocking #F19ABC

Tints of Shocking #F19ABC

Color information

#F19ABC (or 0xF19ABC) is unknown color: approx Shocking. HEX triplet: F1, 9A and BC. RGB value is (241,154,188). Sum of RGB (Red+Green+Blue) = 241+154+188=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ABC is #0E6543. Grayscale: #B7B7B7. Windows color (decimal): -943428 or 12360433. OLE color: 12360433.

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

Color convert

RGB241154188-
CMYK00.360.220.05
HSL336.55º75.65%77.45%-
HSV(B)336.55º36.1%94.51%-
XYZ56.9145.4453.35-
YUV183.89130.32168.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=41.34%
G=26.42%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115418800.360.220.05336.5575.6577.45
HexF19ABC0241651514c4d
Octal361232274044265521114115
Binary11110001100110101011110001001001011010110101000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19ABC; }

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

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

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

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

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

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

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

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