#F98DE1

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

Shades of Pale Magenta #F98DE1

Tints of Pale Magenta #F98DE1

Color information

#F98DE1 (or 0xF98DE1) is unknown color: approx Pale Magenta. HEX triplet: F9, 8D and E1. RGB value is (249,141,225). Sum of RGB (Red+Green+Blue) = 249+141+225=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DE1 is #06721E. Grayscale: #B6B6B6. Windows color (decimal): -422431 or 14781945. OLE color: 14781945.

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

Color convert

RGB249141225-
CMYK00.430.100.02
HSL313.33º90%76.47%-
HSV(B)313.33º43.37%97.65%-
XYZ62.1844.6376.57-
YUV182.87151.78175.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.49%
GREEN value IS 141 (55.47% from 255) = 22.93%
BLUE value IS 225 (88.28% from 255) = 36.59%
R=40.49%
G=22.93%
B=36.59%

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
Decimal24914122500.430.100.02313.339076.47
HexF98DE102BA21395a4c
Octal371215341053122471132114
Binary111110011000110111100001010101110101010011100110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98DE1; }

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

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

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

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

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

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

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

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