#F28F89

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

Shades of Sweet Pink #F28F89

Tints of Sweet Pink #F28F89

Color information

#F28F89 (or 0xF28F89) is unknown color: approx Sweet Pink. HEX triplet: F2, 8F and 89. RGB value is (242,143,137). Sum of RGB (Red+Green+Blue) = 242+143+137=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F89 is #0D7076. Grayscale: #ACACAC. Windows color (decimal): -880759 or 9015282. OLE color: 9015282.

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

Color convert

RGB242143137-
CMYK00.410.430.05
HSL3.43º80.15%74.31%-
HSV(B)3.43º43.39%94.9%-
XYZ50.9640.3328.77-
YUV171.92108.3177.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.36%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 137 (53.91% from 255) = 26.25%
R=46.36%
G=27.39%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214313700.410.430.053.4380.1574.31
HexF28F890292B53504a
Octal3622172110515353120112
Binary11110010100011111000100101010011010111011110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28F89; }

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

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

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

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

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

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

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

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