#F29089

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

Shades of Sweet Pink #F29089

Tints of Sweet Pink #F29089

Color information

#F29089 (or 0xF29089) is unknown color: approx Sweet Pink. HEX triplet: F2, 90 and 89. RGB value is (242,144,137). Sum of RGB (Red+Green+Blue) = 242+144+137=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F29089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29089 is #0D6F76. Grayscale: #ACACAC. Windows color (decimal): -880503 or 9015538. OLE color: 9015538.

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

Color convert

RGB242144137-
CMYK00.400.430.05
HSL80.15%74.31%-
HSV(B)43.39%94.9%-
XYZ51.1140.6328.82-
YUV172.5107.97177.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 144 (56.64% from 255) = 27.53%
BLUE value IS 137 (53.91% from 255) = 26.20%
R=46.27%
G=27.53%
B=26.20%

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
Decimal24214413700.400.430.05480.1574.31
HexF290890282B54504a
Octal3622202110505354120112
Binary111100101001000010001001010100010101110110010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29089; }

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

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

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

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

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

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

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

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