#F199C5

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

Shades of Shocking #F199C5

Tints of Shocking #F199C5

Color information

#F199C5 (or 0xF199C5) is unknown color: approx Shocking. HEX triplet: F1, 99 and C5. RGB value is (241,153,197). Sum of RGB (Red+Green+Blue) = 241+153+197=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F199C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199C5 is #0E663A. Grayscale: #B8B8B8. Windows color (decimal): -943675 or 12950001. OLE color: 12950001.

HSL color Cylindrical-coordinate representation of color #F199C5: hue angle of 330º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199C5 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241153197-
CMYK00.370.180.05
HSL330º75.86%77.25%-
HSV(B)330º36.51%94.51%-
XYZ57.7445.5158.57-
YUV184.33135.15168.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 153 (60.16% from 255) = 25.89%
BLUE value IS 197 (77.34% from 255) = 33.33%
R=40.78%
G=25.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115319700.370.180.0533075.8677.25
HexF199C502512514a4c4d
Octal361231305045225512114115
Binary11110001100110011100010101001011001010110100101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199C5; }

 p { color: rgb(241,153,197); }

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

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

 a { background-color: rgb(241,153,197); }

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

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

 span { border-color: rgb(241,153,197); }

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