#F29189

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

Shades of Sweet Pink #F29189

Tints of Sweet Pink #F29189

Color information

#F29189 (or 0xF29189) is unknown color: approx Sweet Pink. HEX triplet: F2, 91 and 89. RGB value is (242,145,137). Sum of RGB (Red+Green+Blue) = 242+145+137=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F29189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29189 is #0D6E76. Grayscale: #ADADAD. Windows color (decimal): -880247 or 9015794. OLE color: 9015794.

HSL color Cylindrical-coordinate representation of color #F29189: hue angle of 4.57º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F29189 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB242145137-
CMYK00.400.430.05
HSL4.57º80.15%74.31%-
HSV(B)4.57º43.39%94.9%-
XYZ51.2640.9328.87-
YUV173.09107.64177.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.18%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 137 (53.91% from 255) = 26.15%
R=46.18%
G=27.67%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214513700.400.430.054.5780.1574.31
HexF291890282B55504a
Octal3622212110505355120112
Binary111100101001000110001001010100010101110110110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29189; }

 p { color: rgb(242,145,137); }

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

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

 a { background-color: rgb(242,145,137); }

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

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

 span { border-color: rgb(242,145,137); }

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