#F28D8A

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

Shades of Sweet Pink #F28D8A

Tints of Sweet Pink #F28D8A

Color information

#F28D8A (or 0xF28D8A) is unknown color: approx Sweet Pink. HEX triplet: F2, 8D and 8A. RGB value is (242,141,138). Sum of RGB (Red+Green+Blue) = 242+141+138=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28D8A is #0D7275. Grayscale: #AAAAAA. Windows color (decimal): -881270 or 9080306. OLE color: 9080306.

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

Color convert

RGB242141138-
CMYK00.420.430.05
HSL1.73º80%74.51%-
HSV(B)1.73º42.98%94.9%-
XYZ50.7339.7629.05-
YUV170.86109.46178.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=46.45%
G=27.06%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214113800.420.430.051.738074.51
HexF28D8A02A2B52504b
Octal3622152120525352120113
Binary11110010100011011000101001010101010111011010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28D8A; }

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

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

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

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

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

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

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

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