#F98DEE

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

Shades of Pale Magenta #F98DEE

Tints of Pale Magenta #F98DEE

Color information

#F98DEE (or 0xF98DEE) is unknown color: approx Pale Magenta. HEX triplet: F9, 8D and EE. RGB value is (249,141,238). Sum of RGB (Red+Green+Blue) = 249+141+238=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 141 (55.47% from 255 or 22.45% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98DEE is #067211. Grayscale: #B8B8B8. Windows color (decimal): -422418 or 15633913. OLE color: 15633913.

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

Color convert

RGB249141238-
CMYK00.430.040.02
HSL306.11º90%76.47%-
HSV(B)306.11º43.37%97.65%-
XYZ64.0245.3686.27-
YUV184.35158.28174.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.65%
GREEN value IS 141 (55.47% from 255) = 22.45%
BLUE value IS 238 (93.36% from 255) = 37.90%
R=39.65%
G=22.45%
B=37.90%

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
Decimal24914123800.430.040.02306.119076.47
HexF98DEE02B421325a4c
Octal37121535605342462132114
Binary11111001100011011110111001010111001010011001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98DEE; }

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

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

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

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

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

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

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

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