#F875DE

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

Shades of Pale Magenta #F875DE

Tints of Pale Magenta #F875DE

Color information

#F875DE (or 0xF875DE) is unknown color: approx Pale Magenta. HEX triplet: F8, 75 and DE. RGB value is (248,117,222). Sum of RGB (Red+Green+Blue) = 248+117+222=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F875DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875DE is #078A21. Grayscale: #A7A7A7. Windows color (decimal): -494114 or 14579192. OLE color: 14579192.

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

Color convert

RGB248117222-
CMYK00.530.100.03
HSL311.91º90.34%71.57%-
HSV(B)311.91º52.82%97.25%-
XYZ58.2637.9573.36-
YUV168.14158.4184.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.25%
GREEN value IS 117 (46.09% from 255) = 19.93%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=42.25%
G=19.93%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811722200.530.100.03311.9190.3471.57
HexF875DE035A31385a48
Octal370165336065123470132110
Binary11111000111010111011110011010110101110011100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F875DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F875DE; }

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

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

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

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

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

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

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

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