#F99190

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

Shades of Sweet Pink #F99190

Tints of Sweet Pink #F99190

Color information

#F99190 (or 0xF99190) is unknown color: approx Sweet Pink. HEX triplet: F9, 91 and 90. RGB value is (249,145,144). Sum of RGB (Red+Green+Blue) = 249+145+144=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F99190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99190 is #066E6F. Grayscale: #B0B0B0. Windows color (decimal): -421488 or 9474553. OLE color: 9474553.

HSL color Cylindrical-coordinate representation of color #F99190: hue angle of 0.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F99190 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB249145144-
CMYK00.420.420.02
HSL0.57º89.74%77.06%-
HSV(B)0.57º42.17%97.65%-
XYZ54.2342.431.71-
YUV175.98109.96180.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 145 (57.03% from 255) = 26.95%
BLUE value IS 144 (56.64% from 255) = 26.77%
R=46.28%
G=26.95%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914514400.420.420.020.5789.7477.06
HexF9919002A2A215a4d
Octal3712212200525221132115
Binary111110011001000110010000010101010101010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99190; }

 p { color: rgb(249,145,144); }

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

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

 a { background-color: rgb(249,145,144); }

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

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

 span { border-color: rgb(249,145,144); }

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