#F99997

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

Shades of Sweet Pink #F99997

Tints of Sweet Pink #F99997

Color information

#F99997 (or 0xF99997) is unknown color: approx Sweet Pink. HEX triplet: F9, 99 and 97. RGB value is (249,153,151). Sum of RGB (Red+Green+Blue) = 249+153+151=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F99997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99997 is #066668. Grayscale: #B5B5B5. Windows color (decimal): -419433 or 9935353. OLE color: 9935353.

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

Color convert

RGB249153151-
CMYK00.390.390.02
HSL1.22º89.09%78.43%-
HSV(B)1.22º39.36%97.65%-
XYZ56.0445.1635.04-
YUV181.48110.8176.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.03%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 151 (59.38% from 255) = 27.31%
R=45.03%
G=27.67%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915315100.390.390.021.2289.0978.43
HexF999970272721594e
Octal3712312270474721131116
Binary111110011001100110010111010011110011110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99997; }

 p { color: rgb(249,153,151); }

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

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

 a { background-color: rgb(249,153,151); }

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

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

 span { border-color: rgb(249,153,151); }

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