#F870DE

Color #F870DE Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F870DE

Tints of Pale Magenta #F870DE

Color information

#F870DE (or 0xF870DE) is unknown color: approx Pale Magenta. HEX triplet: F8, 70 and DE. RGB value is (248,112,222). Sum of RGB (Red+Green+Blue) = 248+112+222=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F870DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F870DE is #078F21. Grayscale: #A4A4A4. Windows color (decimal): -495394 or 14577912. OLE color: 14577912.

HSL color Cylindrical-coordinate representation of color #F870DE: hue angle of 311.47º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F870DE is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248112222-
CMYK00.550.100.03
HSL311.47º90.67%70.59%-
HSV(B)311.47º54.84%97.25%-
XYZ57.6936.8273.17-
YUV165.2160.06187.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.61%
GREEN value IS 112 (44.14% from 255) = 19.24%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=42.61%
G=19.24%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811222200.550.100.03311.4790.6770.59
HexF870DE037A31375b47
Octal370160336067123467133107
Binary11111000111000011011110011011110101110011011110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F870DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F870DE; }

 p { color: rgb(248,112,222); }

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

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

 a { background-color: rgb(248,112,222); }

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

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

 span { border-color: rgb(248,112,222); }

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