Html Css Color HEX #F989F0 Pale Magenta

📋 copy color: '#F989F0'

red 249 ◦ green 137 ◦ blue 240

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

Shades of Pale Magenta #F989F0

Tints of Pale Magenta #F989F0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 21.88%

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

R = 39.78%
G = 21.88%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F989F0 (or 0xF989F0) is known color: Pale Magenta. HEX triplet: F9, 89 and F0. RGB value is (249,137,240). Sum of RGB (Red+Green+Blue) = 249+137+240=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 137 (53.91% from 255 or 21.88% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F989F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F989F0 is #06760F. Grayscale: #B5B5B5. Windows color (decimal): -423440 or 15763961. OLE color: 15763961.

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

Color convert

RGB 249 137 240 -
CMYK 0 0.45 0.04 0.02
HSL 304.82º 0.9% 0.76% -
HSV(B) 304.82º 0.45% 0.98% -
XYZ 63.74 44.32 87.63 -
YUV 182.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 249 137 240 0 0.45 0.04 0.02 304.82 0.9 0.76
Hex F9 89 F0 0 2D 4 2 131 5A 4C
Octal 371 211 360 0 55 4 2 461 132 114
Binary 11111001 10001001 11110000 0 101101 100 10 100110001 1011010 1001100

Color Harmonies of #F989F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F989F0

Black with #F989F0

Text Example


Text Example

White with #F989F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F989F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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