#F19BC6

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

Shades of Shocking #F19BC6

Tints of Shocking #F19BC6

Color information

#F19BC6 (or 0xF19BC6) is unknown color: approx Shocking. HEX triplet: F1, 9B and C6. RGB value is (241,155,198). Sum of RGB (Red+Green+Blue) = 241+155+198=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BC6 is #0E6439. Grayscale: #B9B9B9. Windows color (decimal): -943162 or 13016049. OLE color: 13016049.

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

Color convert

RGB241155198-
CMYK00.360.180.05
HSL330º75.44%77.65%-
HSV(B)330º35.68%94.51%-
XYZ58.1946.2259.28-
YUV185.62134.99167.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 155 (60.94% from 255) = 26.09%
BLUE value IS 198 (77.73% from 255) = 33.33%
R=40.57%
G=26.09%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115519800.360.180.0533075.4477.65
HexF19BC602412514a4b4e
Octal361233306044225512113116
Binary11110001100110111100011001001001001010110100101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BC6; }

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

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

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

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

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

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

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

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