#F19A92

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

Shades of Sweet Pink #F19A92

Tints of Sweet Pink #F19A92

Color information

#F19A92 (or 0xF19A92) is unknown color: approx Sweet Pink. HEX triplet: F1, 9A and 92. RGB value is (241,154,146). Sum of RGB (Red+Green+Blue) = 241+154+146=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A92 is #0E656D. Grayscale: #B3B3B3. Windows color (decimal): -943470 or 9607921. OLE color: 9607921.

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

Color convert

RGB241154146-
CMYK00.360.390.05
HSL5.05º77.24%75.88%-
HSV(B)5.05º39.42%94.51%-
XYZ53.0243.8932.87-
YUV179.1109.32172.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 146 (57.42% from 255) = 26.99%
R=44.55%
G=28.47%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115414600.360.390.055.0577.2475.88
HexF19A9202427554d4c
Octal3612322220444755115114
Binary111100011001101010010010010010010011110110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19A92; }

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

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

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

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

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

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

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

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