#F99A97

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

Shades of Sweet Pink #F99A97

Tints of Sweet Pink #F99A97

Color information

#F99A97 (or 0xF99A97) is unknown color: approx Sweet Pink. HEX triplet: F9, 9A and 97. RGB value is (249,154,151). Sum of RGB (Red+Green+Blue) = 249+154+151=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99A97 is #066568. Grayscale: #B6B6B6. Windows color (decimal): -419177 or 9935609. OLE color: 9935609.

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

Color convert

RGB249154151-
CMYK00.380.390.02
HSL1.84º89.09%78.43%-
HSV(B)1.84º39.36%97.65%-
XYZ56.2145.4935.1-
YUV182.06110.47175.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.95%
GREEN value IS 154 (60.55% from 255) = 27.80%
BLUE value IS 151 (59.38% from 255) = 27.26%
R=44.95%
G=27.80%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915415100.380.390.021.8489.0978.43
HexF99A970262722594e
Octal3712322270464722131116
Binary1111100110011010100101110100110100111101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99A97; }

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

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

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

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

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

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

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

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