#F28D8C

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

Shades of Sweet Pink #F28D8C

Tints of Sweet Pink #F28D8C

Color information

#F28D8C (or 0xF28D8C) is unknown color: approx Sweet Pink. HEX triplet: F2, 8D and 8C. RGB value is (242,141,140). Sum of RGB (Red+Green+Blue) = 242+141+140=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28D8C is #0D7273. Grayscale: #ABABAB. Windows color (decimal): -881268 or 9211378. OLE color: 9211378.

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

Color convert

RGB242141140-
CMYK00.420.420.05
HSL0.59º79.69%74.9%-
HSV(B)0.59º42.15%94.9%-
XYZ50.8839.8229.82-
YUV171.08110.46178.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 141 (55.47% from 255) = 26.96%
BLUE value IS 140 (55.08% from 255) = 26.77%
R=46.27%
G=26.96%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214114000.420.420.050.5979.6974.9
HexF28D8C02A2A51504b
Octal3622152140525251120113
Binary1111001010001101100011000101010101010101110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28D8C; }

 p { color: rgb(242,141,140); }

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

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

 a { background-color: rgb(242,141,140); }

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

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

 span { border-color: rgb(242,141,140); }

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