#F29895

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

Shades of Sweet Pink #F29895

Tints of Sweet Pink #F29895

Color information

#F29895 (or 0xF29895) is unknown color: approx Sweet Pink. HEX triplet: F2, 98 and 95. RGB value is (242,152,149). Sum of RGB (Red+Green+Blue) = 242+152+149=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F29895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29895 is #0D676A. Grayscale: #B2B2B2. Windows color (decimal): -878443 or 9804018. OLE color: 9804018.

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

Color convert

RGB242152149-
CMYK00.370.380.05
HSL1.94º78.15%76.67%-
HSV(B)1.94º38.43%94.9%-
XYZ53.2743.534.02-
YUV178.57111.32173.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=44.57%
G=27.99%
B=27.44%

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
Decimal24215214900.370.380.051.9478.1576.67
HexF2989502526524e4d
Octal3622302250454652116115
Binary11110010100110001001010101001011001101011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29895; }

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

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

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

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

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

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

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

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