#F19CBA

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

Shades of Shocking #F19CBA

Tints of Shocking #F19CBA

Color information

#F19CBA (or 0xF19CBA) is unknown color: approx Shocking. HEX triplet: F1, 9C and BA. RGB value is (241,156,186). Sum of RGB (Red+Green+Blue) = 241+156+186=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CBA is #0E6345. Grayscale: #B8B8B8. Windows color (decimal): -942918 or 12229873. OLE color: 12229873.

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

Color convert

RGB241156186-
CMYK00.350.230.05
HSL338.82º75.22%77.84%-
HSV(B)338.82º35.27%94.51%-
XYZ57.0346.0252.33-
YUV184.83128.66168.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 156 (61.33% from 255) = 26.76%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=41.34%
G=26.76%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115618600.350.230.05338.8275.2277.84
HexF19CBA0231751534b4e
Octal361234272043275523113116
Binary11110001100111001011101001000111011110110101001110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CBA; }

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

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

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

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

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

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

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

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