#F98DE5

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

Shades of Pale Magenta #F98DE5

Tints of Pale Magenta #F98DE5

Color information

#F98DE5 (or 0xF98DE5) is unknown color: approx Pale Magenta. HEX triplet: F9, 8D and E5. RGB value is (249,141,229). Sum of RGB (Red+Green+Blue) = 249+141+229=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 141 (55.47% from 255 or 22.78% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DE5 is #06721A. Grayscale: #B7B7B7. Windows color (decimal): -422427 or 15044089. OLE color: 15044089.

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

Color convert

RGB249141229-
CMYK00.430.080.02
HSL311.11º90%76.47%-
HSV(B)311.11º43.37%97.65%-
XYZ62.7344.8579.48-
YUV183.32153.78174.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.23%
GREEN value IS 141 (55.47% from 255) = 22.78%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=40.23%
G=22.78%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914122900.430.080.02311.119076.47
HexF98DE502B821375a4c
Octal371215345053102467132114
Binary111110011000110111100101010101110001010011011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98DE5; }

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

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

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

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

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

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

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

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