#F199BC

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

Shades of Shocking #F199BC

Tints of Shocking #F199BC

Color information

#F199BC (or 0xF199BC) is unknown color: approx Shocking. HEX triplet: F1, 99 and BC. RGB value is (241,153,188). Sum of RGB (Red+Green+Blue) = 241+153+188=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F199BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199BC is #0E6643. Grayscale: #B7B7B7. Windows color (decimal): -943684 or 12360177. OLE color: 12360177.

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

Color convert

RGB241153188-
CMYK00.370.220.05
HSL336.14º75.86%77.25%-
HSV(B)336.14º36.51%94.51%-
XYZ56.7445.1153.29-
YUV183.3130.65169.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 153 (60.16% from 255) = 26.29%
BLUE value IS 188 (73.83% from 255) = 32.30%
R=41.41%
G=26.29%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115318800.370.220.05336.1475.8677.25
HexF199BC0251651504c4d
Octal361231274045265520114115
Binary11110001100110011011110001001011011010110101000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199BC; }

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

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

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

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

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

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

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

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