#F98DE7

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

Shades of Pale Magenta #F98DE7

Tints of Pale Magenta #F98DE7

Color information

#F98DE7 (or 0xF98DE7) is unknown color: approx Pale Magenta. HEX triplet: F9, 8D and E7. RGB value is (249,141,231). Sum of RGB (Red+Green+Blue) = 249+141+231=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 141 (55.47% from 255 or 22.71% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98DE7 is #067218. Grayscale: #B7B7B7. Windows color (decimal): -422425 or 15175161. OLE color: 15175161.

HSL color Cylindrical-coordinate representation of color #F98DE7: hue angle of 310º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98DE7 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB249141231-
CMYK00.430.070.02
HSL310º90%76.47%-
HSV(B)310º43.37%97.65%-
XYZ63.0244.9680.96-
YUV183.55154.78174.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.10%
GREEN value IS 141 (55.47% from 255) = 22.71%
BLUE value IS 231 (90.62% from 255) = 37.20%
R=40.10%
G=22.71%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914123100.430.070.023109076.47
HexF98DE702B721365a4c
Octal37121534705372466132114
Binary11111001100011011110011101010111111010011011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98DE7; }

 p { color: rgb(249,141,231); }

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

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

 a { background-color: rgb(249,141,231); }

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

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

 span { border-color: rgb(249,141,231); }

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