Html Css Color HEX #F98ADD Pale Magenta

📋 copy color: '#F98ADD'

red 249 ◦ green 138 ◦ blue 221

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

Shades of Pale Magenta #F98ADD

Tints of Pale Magenta #F98ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.35%

R = 40.95%
G = 22.7%
B = 36.35%

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

#F98ADD (or 0xF98ADD) is known color: Pale Magenta. HEX triplet: F9, 8A and DD. RGB value is (249,138,221). Sum of RGB (Red+Green+Blue) = 249+138+221=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 138 (54.30% from 255 or 22.70% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ADD is #067522. Grayscale: #B4B4B4. Windows color (decimal): -423203 or 14519033. OLE color: 14519033.

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

Color convert

RGB 249 138 221 -
CMYK 0 0.45 0.11 0.02
HSL 315.14º 0.9% 0.76% -
HSV(B) 315.14º 0.45% 0.98% -
XYZ 61.21 43.54 73.58 -
YUV 180.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 249 138 221 0 0.45 0.11 0.02 315.14 0.9 0.76
Hex F9 8A DD 0 2D B 2 13B 5A 4C
Octal 371 212 335 0 55 13 2 473 132 114
Binary 11111001 10001010 11011101 0 101101 1011 10 100111011 1011010 1001100

Color Harmonies of #F98ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98ADD

Black with #F98ADD

Text Example


Text Example

White with #F98ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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