#F98FDC

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

Shades of Pale Magenta #F98FDC

Tints of Pale Magenta #F98FDC

Color information

#F98FDC (or 0xF98FDC) is unknown color: approx Pale Magenta. HEX triplet: F9, 8F and DC. RGB value is (249,143,220). Sum of RGB (Red+Green+Blue) = 249+143+220=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 143 (56.25% from 255 or 23.37% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FDC is #067023. Grayscale: #B7B7B7. Windows color (decimal): -421924 or 14454777. OLE color: 14454777.

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

Color convert

RGB249143220-
CMYK00.430.120.02
HSL316.42º89.83%76.86%-
HSV(B)316.42º42.57%97.65%-
XYZ61.8144.9573.13-
YUV183.47148.62174.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.69%
GREEN value IS 143 (56.25% from 255) = 23.37%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=40.69%
G=23.37%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914322000.430.120.02316.4289.8376.86
HexF98FDC02BC213c5a4d
Octal371217334053142474132115
Binary111110011000111111011100010101111001010011110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98FDC; }

 p { color: rgb(249,143,220); }

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

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

 a { background-color: rgb(249,143,220); }

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

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

 span { border-color: rgb(249,143,220); }

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