#F28E8A

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

Shades of Sweet Pink #F28E8A

Tints of Sweet Pink #F28E8A

Color information

#F28E8A (or 0xF28E8A) is unknown color: approx Sweet Pink. HEX triplet: F2, 8E and 8A. RGB value is (242,142,138). Sum of RGB (Red+Green+Blue) = 242+142+138=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28E8A is #0D7175. Grayscale: #ABABAB. Windows color (decimal): -881014 or 9080562. OLE color: 9080562.

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

Color convert

RGB242142138-
CMYK00.410.430.05
HSL2.31º80%74.51%-
HSV(B)2.31º42.98%94.9%-
XYZ50.8840.0629.1-
YUV171.44109.13178.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.36%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=46.36%
G=27.20%
B=26.44%

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
Decimal24214213800.410.430.052.318074.51
HexF28E8A0292B52504b
Octal3622162120515352120113
Binary11110010100011101000101001010011010111011010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28E8A; }

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

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

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

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

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

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

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

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