#F19BCB

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

Shades of Shocking #F19BCB

Tints of Shocking #F19BCB

Color information

#F19BCB (or 0xF19BCB) is unknown color: approx Shocking. HEX triplet: F1, 9B and CB. RGB value is (241,155,203). Sum of RGB (Red+Green+Blue) = 241+155+203=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BCB is #0E6434. Grayscale: #BABABA. Windows color (decimal): -943157 or 13343729. OLE color: 13343729.

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

Color convert

RGB241155203-
CMYK00.360.160.05
HSL326.51º75.44%77.65%-
HSV(B)326.51º35.68%94.51%-
XYZ58.7846.4662.37-
YUV186.19137.49167.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 155 (60.94% from 255) = 25.88%
BLUE value IS 203 (79.69% from 255) = 33.89%
R=40.23%
G=25.88%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115520300.360.160.05326.5175.4477.65
HexF19BCB0241051474b4e
Octal361233313044205507113116
Binary11110001100110111100101101001001000010110100011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BCB; }

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

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

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

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

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

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

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

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