#F29995

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

Shades of Sweet Pink #F29995

Tints of Sweet Pink #F29995

Color information

#F29995 (or 0xF29995) is unknown color: approx Sweet Pink. HEX triplet: F2, 99 and 95. RGB value is (242,153,149). Sum of RGB (Red+Green+Blue) = 242+153+149=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F29995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29995 is #0D666A. Grayscale: #B3B3B3. Windows color (decimal): -878187 or 9804274. OLE color: 9804274.

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

Color convert

RGB242153149-
CMYK00.370.380.05
HSL2.58º78.15%76.67%-
HSV(B)2.58º38.43%94.9%-
XYZ53.4343.8334.08-
YUV179.15110.99172.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 149 (58.59% from 255) = 27.39%
R=44.49%
G=28.12%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215314900.370.380.052.5878.1576.67
HexF2999502526534e4d
Octal3622312250454653116115
Binary11110010100110011001010101001011001101011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29995; }

 p { color: rgb(242,153,149); }

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

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

 a { background-color: rgb(242,153,149); }

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

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

 span { border-color: rgb(242,153,149); }

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