#F870E0

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

Shades of Pale Magenta #F870E0

Tints of Pale Magenta #F870E0

Color information

#F870E0 (or 0xF870E0) is unknown color: approx Pale Magenta. HEX triplet: F8, 70 and E0. RGB value is (248,112,224). Sum of RGB (Red+Green+Blue) = 248+112+224=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F870E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F870E0 is #078F1F. Grayscale: #A5A5A5. Windows color (decimal): -495392 or 14708984. OLE color: 14708984.

HSL color Cylindrical-coordinate representation of color #F870E0: hue angle of 310.59º 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 #F870E0 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248112224-
CMYK00.550.100.03
HSL310.59º90.67%70.59%-
HSV(B)310.59º54.84%97.25%-
XYZ57.9636.9374.59-
YUV165.43161.06186.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.47%
GREEN value IS 112 (44.14% from 255) = 19.18%
BLUE value IS 224 (87.89% from 255) = 38.36%
R=42.47%
G=19.18%
B=38.36%

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
Decimal24811222400.550.100.03310.5990.6770.59
HexF870E0037A31375b47
Octal370160340067123467133107
Binary11111000111000011100000011011110101110011011110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F870E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F870E0; }

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

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

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

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

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

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

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

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