#F199CA

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

Shades of Shocking #F199CA

Tints of Shocking #F199CA

Color information

#F199CA (or 0xF199CA) is unknown color: approx Shocking. HEX triplet: F1, 99 and CA. RGB value is (241,153,202). Sum of RGB (Red+Green+Blue) = 241+153+202=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F199CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199CA is #0E6635. Grayscale: #B8B8B8. Windows color (decimal): -943670 or 13277681. OLE color: 13277681.

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

Color convert

RGB241153202-
CMYK00.370.160.05
HSL326.59º75.86%77.25%-
HSV(B)326.59º36.51%94.51%-
XYZ58.3345.7561.63-
YUV184.9137.65168.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 153 (60.16% from 255) = 25.67%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=40.44%
G=25.67%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115320200.370.160.05326.5975.8677.25
HexF199CA0251051474c4d
Octal361231312045205507114115
Binary11110001100110011100101001001011000010110100011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199CA; }

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

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

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

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

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

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

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

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