#F98FE1

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

Shades of Pale Magenta #F98FE1

Tints of Pale Magenta #F98FE1

Color information

#F98FE1 (or 0xF98FE1) is unknown color: approx Pale Magenta. HEX triplet: F9, 8F and E1. RGB value is (249,143,225). Sum of RGB (Red+Green+Blue) = 249+143+225=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FE1 is #06701E. Grayscale: #B7B7B7. Windows color (decimal): -421919 or 14782457. OLE color: 14782457.

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

Color convert

RGB249143225-
CMYK00.430.100.02
HSL313.58º89.83%76.86%-
HSV(B)313.58º42.57%97.65%-
XYZ62.4845.2276.67-
YUV184.04151.12174.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.36%
GREEN value IS 143 (56.25% from 255) = 23.18%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=40.36%
G=23.18%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914322500.430.100.02313.5889.8376.86
HexF98FE102BA213a5a4d
Octal371217341053122472132115
Binary111110011000111111100001010101110101010011101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98FE1; }

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

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

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

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

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

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

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

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