#F28F82

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

Shades of Sweet Pink #F28F82

Tints of Sweet Pink #F28F82

Color information

#F28F82 (or 0xF28F82) is unknown color: approx Sweet Pink. HEX triplet: F2, 8F and 82. RGB value is (242,143,130). Sum of RGB (Red+Green+Blue) = 242+143+130=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F82 is #0D707D. Grayscale: #ABABAB. Windows color (decimal): -880766 or 8556530. OLE color: 8556530.

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

Color convert

RGB242143130-
CMYK00.410.460.05
HSL6.96º81.16%72.94%-
HSV(B)6.96º46.28%94.9%-
XYZ50.4740.1326.21-
YUV171.12104.8178.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 130 (51.17% from 255) = 25.24%
R=46.99%
G=27.77%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214313000.410.460.056.9681.1672.94
HexF28F820292E575149
Octal3622172020515657121111
Binary111100101000111110000010010100110111010111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28F82; }

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

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

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

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

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

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

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

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