#F28F8D

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

Shades of Sweet Pink #F28F8D

Tints of Sweet Pink #F28F8D

Color information

#F28F8D (or 0xF28F8D) is unknown color: approx Sweet Pink. HEX triplet: F2, 8F and 8D. RGB value is (242,143,141). Sum of RGB (Red+Green+Blue) = 242+143+141=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F8D is #0D7072. Grayscale: #ACACAC. Windows color (decimal): -880755 or 9277426. OLE color: 9277426.

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

Color convert

RGB242143141-
CMYK00.410.420.05
HSL1.19º79.53%75.1%-
HSV(B)1.19º41.74%94.9%-
XYZ51.2540.4530.3-
YUV172.37110.3177.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.01%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=46.01%
G=27.19%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214314100.410.420.051.1979.5375.1
HexF28F8D0292A51504b
Octal3622172150515251120113
Binary1111001010001111100011010101001101010101110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28F8D; }

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

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

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

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

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

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

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

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