#F199C7

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

Shades of Shocking #F199C7

Tints of Shocking #F199C7

Color information

#F199C7 (or 0xF199C7) is unknown color: approx Shocking. HEX triplet: F1, 99 and C7. RGB value is (241,153,199). Sum of RGB (Red+Green+Blue) = 241+153+199=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F199C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199C7 is #0E6638. Grayscale: #B8B8B8. Windows color (decimal): -943673 or 13081073. OLE color: 13081073.

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

Color convert

RGB241153199-
CMYK00.370.170.05
HSL328.64º75.86%77.25%-
HSV(B)328.64º36.51%94.51%-
XYZ57.9845.6159.78-
YUV184.56136.15168.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 153 (60.16% from 255) = 25.80%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=40.64%
G=25.80%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115319900.370.170.05328.6475.8677.25
HexF199C70251151494c4d
Octal361231307045215511114115
Binary11110001100110011100011101001011000110110100100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199C7; }

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

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

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

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

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

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

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

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