#F974DE

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

Shades of Pale Magenta #F974DE

Tints of Pale Magenta #F974DE

Color information

#F974DE (or 0xF974DE) is unknown color: approx Pale Magenta. HEX triplet: F9, 74 and DE. RGB value is (249,116,222). Sum of RGB (Red+Green+Blue) = 249+116+222=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F974DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974DE is #068B21. Grayscale: #A7A7A7. Windows color (decimal): -428834 or 14578937. OLE color: 14578937.

HSL color Cylindrical-coordinate representation of color #F974DE: hue angle of 312.18º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F974DE is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB249116222-
CMYK00.530.110.02
HSL312.18º91.72%71.57%-
HSV(B)312.18º53.41%97.65%-
XYZ58.537.973.34-
YUV167.85158.56185.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 116 (45.70% from 255) = 19.76%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=42.42%
G=19.76%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911622200.530.110.02312.1891.7271.57
HexF974DE035B21385c48
Octal371164336065132470134110
Binary11111001111010011011110011010110111010011100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F974DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F974DE; }

 p { color: rgb(249,116,222); }

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

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

 a { background-color: rgb(249,116,222); }

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

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

 span { border-color: rgb(249,116,222); }

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