Html Css Color HEX #F90EE9 Magenta

📋 copy color: '#F90EE9'

red 249 ◦ green 14 ◦ blue 233

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

Shades of Magenta #F90EE9

Tints of Magenta #F90EE9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.82%

 BLUE value IS 233 (91.41% from 255) = 46.98%

R = 50.2%
G = 2.82%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F90EE9 (or 0xF90EE9) is known color: Magenta. HEX triplet: F9, 0E and E9. RGB value is (249,14,233). Sum of RGB (Red+Green+Blue) = 249+14+233=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 14 (5.86% from 255 or 2.82% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90EE9 is #06F116. Grayscale: #6C6C6C. Windows color (decimal): -454935 or 15273721. OLE color: 15273721.

HSL color Cylindrical-coordinate representation of color #F90EE9: hue angle of 304.09º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90EE9 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 14 233 -
CMYK 0 0.94 0.06 0.02
HSL 304.09º 0.95% 0.52% -
HSV(B) 304.09º 0.94% 0.98% -
XYZ 53.93 26.34 79.33 -
YUV 109.23 197.86 227.69 -
System Red Green Blue C M Y K H S L
Decimal 249 14 233 0 0.94 0.06 0.02 304.09 0.95 0.52
Hex F9 E E9 0 5E 6 2 130 5F 34
Octal 371 16 351 0 136 6 2 460 137 64
Binary 11111001 1110 11101001 0 1011110 110 10 100110000 1011111 110100

Color Harmonies of #F90EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EE9

Black with #F90EE9

Text Example


Text Example

White with #F90EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EE9; }

 p { color: rgb(249,14,233); }

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

background-color css

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

 a { background-color: rgb(249,14,233); }

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

border-color css

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

 span { border-color: rgb(249,14,233); }

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