#F98DF0

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

Shades of Pale Magenta #F98DF0

Tints of Pale Magenta #F98DF0

Color information

#F98DF0 (or 0xF98DF0) is unknown color: approx Pale Magenta. HEX triplet: F9, 8D and F0. RGB value is (249,141,240). Sum of RGB (Red+Green+Blue) = 249+141+240=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 141 (55.47% from 255 or 22.38% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98DF0 is #06720F. Grayscale: #B8B8B8. Windows color (decimal): -422416 or 15764985. OLE color: 15764985.

HSL color Cylindrical-coordinate representation of color #F98DF0: hue angle of 305º 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 #F98DF0 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249141240-
CMYK00.430.040.02
HSL305º90%76.47%-
HSV(B)305º43.37%97.65%-
XYZ64.3245.4887.83-
YUV184.58159.28173.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.52%
GREEN value IS 141 (55.47% from 255) = 22.38%
BLUE value IS 240 (94.14% from 255) = 38.10%
R=39.52%
G=22.38%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914124000.430.040.023059076.47
HexF98DF002B421315a4c
Octal37121536005342461132114
Binary11111001100011011111000001010111001010011000110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98DF0; }

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

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

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

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

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

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

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

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