#F28A87

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

Shades of Sweet Pink #F28A87

Tints of Sweet Pink #F28A87

Color information

#F28A87 (or 0xF28A87) is unknown color: approx Sweet Pink. HEX triplet: F2, 8A and 87. RGB value is (242,138,135). Sum of RGB (Red+Green+Blue) = 242+138+135=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28A87 is #0D7578. Grayscale: #A8A8A8. Windows color (decimal): -882041 or 8882930. OLE color: 8882930.

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

Color convert

RGB242138135-
CMYK00.430.440.05
HSL1.68º80.45%73.92%-
HSV(B)1.68º44.21%94.9%-
XYZ50.0838.827.77-
YUV168.75108.96180.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 135 (53.12% from 255) = 26.21%
R=46.99%
G=26.80%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213813500.430.440.051.6880.4573.92
HexF28A8702B2C52504a
Octal3622122070535452120112
Binary11110010100010101000011101010111011001011010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28A87; }

 p { color: rgb(242,138,135); }

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

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

 a { background-color: rgb(242,138,135); }

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

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

 span { border-color: rgb(242,138,135); }

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