Html Css Color HEX #F90AF9 Magenta

📋 copy color: '#F90AF9'

red 249 ◦ green 10 ◦ blue 249

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

Shades of Magenta #F90AF9

Tints of Magenta #F90AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.02%

R = 49.02%
G = 1.97%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F90AF9 (or 0xF90AF9) is known color: Magenta. HEX triplet: F9, 0A and F9. RGB value is (249,10,249). Sum of RGB (Red+Green+Blue) = 249+10+249=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 10 (4.30% from 255 or 1.97% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F90AF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90AF9 is #06F506. Grayscale: #6B6B6B. Windows color (decimal): -455943 or 16321273. OLE color: 16321273.

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

Color convert

RGB 249 10 249 -
CMYK 0 0.96 0 0.02
HSL 300º 0.95% 0.51% -
HSV(B) 300º 0.96% 0.98% -
XYZ 56.27 27.2 91.91 -
YUV 108.71 207.18 228.07 -
System Red Green Blue C M Y K H S L
Decimal 249 10 249 0 0.96 0 0.02 300 0.95 0.51
Hex F9 A F9 0 60 0 2 12C 5F 33
Octal 371 12 371 0 140 0 2 454 137 63
Binary 11111001 1010 11111001 0 1100000 0 10 100101100 1011111 110011

Color Harmonies of #F90AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90AF9

Black with #F90AF9

Text Example


Text Example

White with #F90AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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