#F875DC

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

Shades of Pale Magenta #F875DC

Tints of Pale Magenta #F875DC

Color information

#F875DC (or 0xF875DC) is unknown color: approx Pale Magenta. HEX triplet: F8, 75 and DC. RGB value is (248,117,220). Sum of RGB (Red+Green+Blue) = 248+117+220=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 117 (46.09% from 255 or 20% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F875DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875DC is #078A23. Grayscale: #A7A7A7. Windows color (decimal): -494116 or 14448120. OLE color: 14448120.

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

Color convert

RGB248117220-
CMYK00.530.110.03
HSL312.82º90.34%71.57%-
HSV(B)312.82º52.82%97.25%-
XYZ57.9937.8571.96-
YUV167.91157.4185.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 117 (46.09% from 255) = 20%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=42.39%
G=20%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811722000.530.110.03312.8290.3471.57
HexF875DC035B31395a48
Octal370165334065133471132110
Binary11111000111010111011100011010110111110011100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F875DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F875DC; }

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

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

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

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

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

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

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

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