#F29085

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

Shades of Sweet Pink #F29085

Tints of Sweet Pink #F29085

Color information

#F29085 (or 0xF29085) is unknown color: approx Sweet Pink. HEX triplet: F2, 90 and 85. RGB value is (242,144,133). Sum of RGB (Red+Green+Blue) = 242+144+133=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F29085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29085 is #0D6F7A. Grayscale: #ACACAC. Windows color (decimal): -880507 or 8753394. OLE color: 8753394.

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

Color convert

RGB242144133-
CMYK00.400.450.05
HSL6.06º80.74%73.53%-
HSV(B)6.06º45.04%94.9%-
XYZ50.8240.5227.33-
YUV172.05105.97177.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.63%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=46.63%
G=27.75%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214413300.400.450.056.0680.7473.53
HexF290850282D56514a
Octal3622202050505556121112
Binary111100101001000010000101010100010110110111010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29085; }

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

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

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

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

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

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

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

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