Html Css Color HEX #F90AEA Magenta

📋 copy color: '#F90AEA'

red 249 ◦ green 10 ◦ blue 234

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

Shades of Magenta #F90AEA

Tints of Magenta #F90AEA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.03%

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 50.51%
G = 2.03%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F90AEA (or 0xF90AEA) is known color: Magenta. HEX triplet: F9, 0A and EA. RGB value is (249,10,234). Sum of RGB (Red+Green+Blue) = 249+10+234=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 10 (4.30% from 255 or 2.03% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90AEA is #06F515. Grayscale: #6A6A6A. Windows color (decimal): -455958 or 15338233. OLE color: 15338233.

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

Color convert

RGB 249 10 234 -
CMYK 0 0.96 0.06 0.02
HSL 303.77º 0.95% 0.51% -
HSV(B) 303.77º 0.96% 0.98% -
XYZ 54.03 26.3 80.07 -
YUV 107 199.68 229.29 -
System Red Green Blue C M Y K H S L
Decimal 249 10 234 0 0.96 0.06 0.02 303.77 0.95 0.51
Hex F9 A EA 0 60 6 2 130 5F 33
Octal 371 12 352 0 140 6 2 460 137 63
Binary 11111001 1010 11101010 0 1100000 110 10 100110000 1011111 110011

Color Harmonies of #F90AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90AEA

Black with #F90AEA

Text Example


Text Example

White with #F90AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90AEA; }

 p { color: rgb(249,10,234); }

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

background-color css

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

 a { background-color: rgb(249,10,234); }

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

border-color css

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

 span { border-color: rgb(249,10,234); }

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