#F19BC4

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

Shades of Shocking #F19BC4

Tints of Shocking #F19BC4

Color information

#F19BC4 (or 0xF19BC4) is unknown color: approx Shocking. HEX triplet: F1, 9B and C4. RGB value is (241,155,196). Sum of RGB (Red+Green+Blue) = 241+155+196=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BC4 is #0E643B. Grayscale: #B9B9B9. Windows color (decimal): -943164 or 12884977. OLE color: 12884977.

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

Color convert

RGB241155196-
CMYK00.360.190.05
HSL331.4º75.44%77.65%-
HSV(B)331.4º35.68%94.51%-
XYZ57.9646.1358.07-
YUV185.39133.99167.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 155 (60.94% from 255) = 26.18%
BLUE value IS 196 (76.95% from 255) = 33.11%
R=40.71%
G=26.18%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115519600.360.190.05331.475.4477.65
HexF19BC402413514b4b4e
Octal361233304044235513113116
Binary11110001100110111100010001001001001110110100101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BC4; }

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

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

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

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

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

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

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

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