Html Css Color HEX #F98DF0 Pale Magenta

📋 copy color: '#F98DF0'

red 249 ◦ green 141 ◦ blue 240

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

Shades of Pale Magenta #F98DF0

Tints of Pale Magenta #F98DF0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.38%

 BLUE value IS 240 (94.14% from 255) = 38.1%

R = 39.52%
G = 22.38%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F98DF0 (or 0xF98DF0) is known color: Pale Magenta. HEX triplet: F9, 8D and F0. RGB value is (249,141,240). Sum of RGB (Red+Green+Blue) = 249+141+240=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 141 (55.47% from 255 or 22.38% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98DF0 is #06720F. Grayscale: #B8B8B8. Windows color (decimal): -422416 or 15764985. OLE color: 15764985.

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

Color convert

RGB 249 141 240 -
CMYK 0 0.43 0.04 0.02
HSL 305º 0.9% 0.76% -
HSV(B) 305º 0.43% 0.98% -
XYZ 64.32 45.48 87.83 -
YUV 184.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 249 141 240 0 0.43 0.04 0.02 305 0.9 0.76
Hex F9 8D F0 0 2B 4 2 131 5A 4C
Octal 371 215 360 0 53 4 2 461 132 114
Binary 11111001 10001101 11110000 0 101011 100 10 100110001 1011010 1001100

Color Harmonies of #F98DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98DF0

Black with #F98DF0

Text Example


Text Example

White with #F98DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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