#F29A97

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

Shades of Sweet Pink #F29A97

Tints of Sweet Pink #F29A97

Color information

#F29A97 (or 0xF29A97) is unknown color: approx Sweet Pink. HEX triplet: F2, 9A and 97. RGB value is (242,154,151). Sum of RGB (Red+Green+Blue) = 242+154+151=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29A97 is #0D6568. Grayscale: #B4B4B4. Windows color (decimal): -877929 or 9935602. OLE color: 9935602.

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

Color convert

RGB242154151-
CMYK00.360.380.05
HSL1.98º77.78%77.06%-
HSV(B)1.98º37.6%94.9%-
XYZ53.7644.2234.98-
YUV179.97111.65172.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=44.24%
G=28.15%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215415100.360.380.051.9877.7877.06
HexF29A9702426524e4d
Octal3622322270444652116115
Binary11110010100110101001011101001001001101011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29A97; }

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

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

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

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

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

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

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

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