#F19BC8

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

Shades of Shocking #F19BC8

Tints of Shocking #F19BC8

Color information

#F19BC8 (or 0xF19BC8) is unknown color: approx Shocking. HEX triplet: F1, 9B and C8. RGB value is (241,155,200). Sum of RGB (Red+Green+Blue) = 241+155+200=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BC8 is #0E6437. Grayscale: #B9B9B9. Windows color (decimal): -943160 or 13147121. OLE color: 13147121.

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

Color convert

RGB241155200-
CMYK00.360.170.05
HSL328.6º75.44%77.65%-
HSV(B)328.6º35.68%94.51%-
XYZ58.4246.3160.5-
YUV185.84135.99167.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 155 (60.94% from 255) = 26.01%
BLUE value IS 200 (78.52% from 255) = 33.56%
R=40.44%
G=26.01%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115520000.360.170.05328.675.4477.65
HexF19BC80241151494b4e
Octal361233310044215511113116
Binary11110001100110111100100001001001000110110100100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BC8; }

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

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

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

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

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

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

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

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