#F19A90

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

Shades of Sweet Pink #F19A90

Tints of Sweet Pink #F19A90

Color information

#F19A90 (or 0xF19A90) is unknown color: approx Sweet Pink. HEX triplet: F1, 9A and 90. RGB value is (241,154,144). Sum of RGB (Red+Green+Blue) = 241+154+144=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A90 is #0E656F. Grayscale: #B3B3B3. Windows color (decimal): -943472 or 9476849. OLE color: 9476849.

HSL color Cylindrical-coordinate representation of color #F19A90: hue angle of 6.19º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F19A90 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB241154144-
CMYK00.360.400.05
HSL6.19º77.6%75.49%-
HSV(B)6.19º40.25%94.51%-
XYZ52.8743.8332.06-
YUV178.87108.32172.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=44.71%
G=28.57%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115414400.360.400.056.1977.675.49
HexF19A9002428564e4b
Octal3612322200445056116113
Binary111100011001101010010000010010010100010111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19A90; }

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

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

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

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

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

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

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

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