#F29E93

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

Shades of Sweet Pink #F29E93

Tints of Sweet Pink #F29E93

Color information

#F29E93 (or 0xF29E93) is unknown color: approx Sweet Pink. HEX triplet: F2, 9E and 93. RGB value is (242,158,147). Sum of RGB (Red+Green+Blue) = 242+158+147=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29E93 is #0D616C. Grayscale: #B5B5B5. Windows color (decimal): -876909 or 9674482. OLE color: 9674482.

HSL color Cylindrical-coordinate representation of color #F29E93: hue angle of 6.95º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F29E93 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB242158147-
CMYK00.350.390.05
HSL6.95º78.51%76.27%-
HSV(B)6.95º39.26%94.9%-
XYZ54.1145.4433.52-
YUV181.86108.33170.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 158 (62.11% from 255) = 28.88%
BLUE value IS 147 (57.81% from 255) = 26.87%
R=44.24%
G=28.88%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215814700.350.390.056.9578.5176.27
HexF29E9302327574f4c
Octal3622362230434757117114
Binary111100101001111010010011010001110011110111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29E93; }

 p { color: rgb(242,158,147); }

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

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

 a { background-color: rgb(242,158,147); }

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

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

 span { border-color: rgb(242,158,147); }

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