#F28F86

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

Shades of Sweet Pink #F28F86

Tints of Sweet Pink #F28F86

Color information

#F28F86 (or 0xF28F86) is unknown color: approx Sweet Pink. HEX triplet: F2, 8F and 86. RGB value is (242,143,134). Sum of RGB (Red+Green+Blue) = 242+143+134=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F86 is #0D7079. Grayscale: #ABABAB. Windows color (decimal): -880762 or 8818674. OLE color: 8818674.

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

Color convert

RGB242143134-
CMYK00.410.450.05
HSL80.6%73.73%-
HSV(B)44.63%94.9%-
XYZ50.7440.2427.65-
YUV171.58106.8178.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.63%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=46.63%
G=27.55%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214313400.410.450.05580.673.73
HexF28F860292D55514a
Octal3622172060515555121112
Binary111100101000111110000110010100110110110110110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28F86; }

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

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

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

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

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

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

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

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