#F199CF

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

Shades of Shocking #F199CF

Tints of Shocking #F199CF

Color information

#F199CF (or 0xF199CF) is unknown color: approx Shocking. HEX triplet: F1, 99 and CF. RGB value is (241,153,207). Sum of RGB (Red+Green+Blue) = 241+153+207=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F199CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199CF is #0E6630. Grayscale: #B9B9B9. Windows color (decimal): -943665 or 13605361. OLE color: 13605361.

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

Color convert

RGB241153207-
CMYK00.370.140.05
HSL323.18º75.86%77.25%-
HSV(B)323.18º36.51%94.51%-
XYZ58.9345.9964.8-
YUV185.47140.15167.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 153 (60.16% from 255) = 25.46%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=40.10%
G=25.46%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115320700.370.140.05323.1875.8677.25
HexF199CF025E51434c4d
Octal361231317045165503114115
Binary1111000110011001110011110100101111010110100001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199CF; }

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

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

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

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

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

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

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

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