#F29A93

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

Shades of Sweet Pink #F29A93

Tints of Sweet Pink #F29A93

Color information

#F29A93 (or 0xF29A93) is unknown color: approx Sweet Pink. HEX triplet: F2, 9A and 93. RGB value is (242,154,147). Sum of RGB (Red+Green+Blue) = 242+154+147=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29A93 is #0D656C. Grayscale: #B3B3B3. Windows color (decimal): -877933 or 9673458. OLE color: 9673458.

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

Color convert

RGB242154147-
CMYK00.360.390.05
HSL4.42º78.51%76.27%-
HSV(B)4.42º39.26%94.9%-
XYZ53.4444.133.3-
YUV179.51109.65172.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=44.57%
G=28.36%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215414700.360.390.054.4278.5176.27
HexF29A9302427544f4c
Octal3622322230444754117114
Binary111100101001101010010011010010010011110110010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29A93; }

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

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

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

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

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

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

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

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