#F19992

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

Shades of Sweet Pink #F19992

Tints of Sweet Pink #F19992

Color information

#F19992 (or 0xF19992) is unknown color: approx Sweet Pink. HEX triplet: F1, 99 and 92. RGB value is (241,153,146). Sum of RGB (Red+Green+Blue) = 241+153+146=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F19992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19992 is #0E666D. Grayscale: #B2B2B2. Windows color (decimal): -943726 or 9607665. OLE color: 9607665.

HSL color Cylindrical-coordinate representation of color #F19992: hue angle of 4.42º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F19992 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB241153146-
CMYK00.370.390.05
HSL4.42º77.24%75.88%-
HSV(B)4.42º39.42%94.51%-
XYZ52.8643.5632.82-
YUV178.51109.65172.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.63%
GREEN value IS 153 (60.16% from 255) = 28.33%
BLUE value IS 146 (57.42% from 255) = 27.04%
R=44.63%
G=28.33%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115314600.370.390.054.4277.2475.88
HexF1999202527544d4c
Octal3612312220454754115114
Binary111100011001100110010010010010110011110110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19992; }

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

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

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

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

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

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

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

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