#F29289

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

Shades of Sweet Pink #F29289

Tints of Sweet Pink #F29289

Color information

#F29289 (or 0xF29289) is unknown color: approx Sweet Pink. HEX triplet: F2, 92 and 89. RGB value is (242,146,137). Sum of RGB (Red+Green+Blue) = 242+146+137=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F29289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29289 is #0D6D76. Grayscale: #ADADAD. Windows color (decimal): -879991 or 9016050. OLE color: 9016050.

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

Color convert

RGB242146137-
CMYK00.400.430.05
HSL5.14º80.15%74.31%-
HSV(B)5.14º43.39%94.9%-
XYZ51.4141.2428.92-
YUV173.68107.3176.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.10%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 137 (53.91% from 255) = 26.10%
R=46.10%
G=27.81%
B=26.10%

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
Decimal24214613700.400.430.055.1480.1574.31
HexF292890282B55504a
Octal3622222110505355120112
Binary111100101001001010001001010100010101110110110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29289; }

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

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

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

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

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

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

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

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