#F199BD

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

Shades of Shocking #F199BD

Tints of Shocking #F199BD

Color information

#F199BD (or 0xF199BD) is unknown color: approx Shocking. HEX triplet: F1, 99 and BD. RGB value is (241,153,189). Sum of RGB (Red+Green+Blue) = 241+153+189=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F199BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199BD is #0E6642. Grayscale: #B7B7B7. Windows color (decimal): -943683 or 12425713. OLE color: 12425713.

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

Color convert

RGB241153189-
CMYK00.370.220.05
HSL335.45º75.86%77.25%-
HSV(B)335.45º36.51%94.51%-
XYZ56.8545.1653.86-
YUV183.42131.15169.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 153 (60.16% from 255) = 26.24%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=41.34%
G=26.24%
B=32.42%

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
Decimal24115318900.370.220.05335.4575.8677.25
HexF199BD02516514f4c4d
Octal361231275045265517114115
Binary11110001100110011011110101001011011010110100111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199BD; }

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

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

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

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

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

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

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

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