Html Css Color HEX #F98CF0 Pale Magenta

📋 copy color: '#F98CF0'

red 249 ◦ green 140 ◦ blue 240

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

Shades of Pale Magenta #F98CF0

Tints of Pale Magenta #F98CF0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.26%

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

R = 39.59%
G = 22.26%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F98CF0 (or 0xF98CF0) is known color: Pale Magenta. HEX triplet: F9, 8C and F0. RGB value is (249,140,240). Sum of RGB (Red+Green+Blue) = 249+140+240=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 140 (55.08% from 255 or 22.26% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98CF0 is #06730F. Grayscale: #B7B7B7. Windows color (decimal): -422672 or 15764729. OLE color: 15764729.

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

Color convert

RGB 249 140 240 -
CMYK 0 0.44 0.04 0.02
HSL 304.95º 0.9% 0.76% -
HSV(B) 304.95º 0.44% 0.98% -
XYZ 64.17 45.19 87.78 -
YUV 183.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 249 140 240 0 0.44 0.04 0.02 304.95 0.9 0.76
Hex F9 8C F0 0 2C 4 2 131 5A 4C
Octal 371 214 360 0 54 4 2 461 132 114
Binary 11111001 10001100 11110000 0 101100 100 10 100110001 1011010 1001100

Color Harmonies of #F98CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CF0

Black with #F98CF0

Text Example


Text Example

White with #F98CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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