#F19BC0

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

Shades of Shocking #F19BC0

Tints of Shocking #F19BC0

Color information

#F19BC0 (or 0xF19BC0) is unknown color: approx Shocking. HEX triplet: F1, 9B and C0. RGB value is (241,155,192). Sum of RGB (Red+Green+Blue) = 241+155+192=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BC0 is #0E643F. Grayscale: #B8B8B8. Windows color (decimal): -943168 or 12622833. OLE color: 12622833.

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

Color convert

RGB241155192-
CMYK00.360.200.05
HSL334.19º75.44%77.65%-
HSV(B)334.19º35.68%94.51%-
XYZ57.5145.9555.71-
YUV184.93131.99167.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.99%
GREEN value IS 155 (60.94% from 255) = 26.36%
BLUE value IS 192 (75.39% from 255) = 32.65%
R=40.99%
G=26.36%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115519200.360.200.05334.1975.4477.65
HexF19BC002414514e4b4e
Octal361233300044245516113116
Binary11110001100110111100000001001001010010110100111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BC0; }

 p { color: rgb(241,155,192); }

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

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

 a { background-color: rgb(241,155,192); }

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

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

 span { border-color: rgb(241,155,192); }

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