Html Css Color HEX #F98ADE Pale Magenta

📋 copy color: '#F98ADE'

red 249 ◦ green 138 ◦ blue 222

#F98ADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #F98ADE

Tints of Pale Magenta #F98ADE

RGB

 RED value IS 249 (97.66% from 255) = 40.89%

 GREEN value IS 138 (54.3% from 255) = 22.66%

 BLUE value IS 222 (87.11% from 255) = 36.45%

R = 40.89%
G = 22.66%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F98ADE (or 0xF98ADE) is known color: Pale Magenta. HEX triplet: F9, 8A and DE. RGB value is (249,138,222). Sum of RGB (Red+Green+Blue) = 249+138+222=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ADE is #067521. Grayscale: #B4B4B4. Windows color (decimal): -423202 or 14584569. OLE color: 14584569.

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

Color convert

RGB 249 138 222 -
CMYK 0 0.45 0.11 0.02
HSL 314.59º 0.9% 0.76% -
HSV(B) 314.59º 0.45% 0.98% -
XYZ 61.34 43.59 74.29 -
YUV 180.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 249 138 222 0 0.45 0.11 0.02 314.59 0.9 0.76
Hex F9 8A DE 0 2D B 2 13B 5A 4C
Octal 371 212 336 0 55 13 2 473 132 114
Binary 11111001 10001010 11011110 0 101101 1011 10 100111011 1011010 1001100

Color Harmonies of #F98ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98ADE

Black with #F98ADE

Text Example


Text Example

White with #F98ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98ADE; }

 p { color: rgb(249,138,222); }

 H1.HeaderClassName
 {
   color: #F98ADE;
 }
 .AnyTagClassName
 {
   color: #F98ADE;
 }
</style>

background-color css

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

 a { background-color: rgb(249,138,222); }

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

border-color css

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

 span { border-color: rgb(249,138,222); }

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