#F29282

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

Shades of Sweet Pink #F29282

Tints of Sweet Pink #F29282

Color information

#F29282 (or 0xF29282) is unknown color: approx Sweet Pink. HEX triplet: F2, 92 and 82. RGB value is (242,146,130). Sum of RGB (Red+Green+Blue) = 242+146+130=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F29282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29282 is #0D6D7D. Grayscale: #ADADAD. Windows color (decimal): -879998 or 8557298. OLE color: 8557298.

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

Color convert

RGB242146130-
CMYK00.400.460.05
HSL8.57º81.16%72.94%-
HSV(B)8.57º46.28%94.9%-
XYZ50.9341.0526.36-
YUV172.88103.8177.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.72%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 130 (51.17% from 255) = 25.10%
R=46.72%
G=28.19%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214613000.400.460.058.5781.1672.94
HexF292820282E595149
Octal36222220205056511121111
Binary1111001010010010100000100101000101110101100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29282; }

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

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

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

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

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

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

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

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