Html Css Color HEX #F90AF7 Magenta

📋 copy color: '#F90AF7'

red 249 ◦ green 10 ◦ blue 247

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

Shades of Magenta #F90AF7

Tints of Magenta #F90AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.81%

R = 49.21%
G = 1.98%
B = 48.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F90AF7 (or 0xF90AF7) is known color: Magenta. HEX triplet: F9, 0A and F7. RGB value is (249,10,247). Sum of RGB (Red+Green+Blue) = 249+10+247=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 10 (4.30% from 255 or 1.98% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90AF7 is #06F508. Grayscale: #6B6B6B. Windows color (decimal): -455945 or 16190201. OLE color: 16190201.

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

Color convert

RGB 249 10 247 -
CMYK 0 0.96 0.01 0.02
HSL 300.5º 0.95% 0.51% -
HSV(B) 300.5º 0.96% 0.98% -
XYZ 55.96 27.07 90.27 -
YUV 108.48 206.18 228.23 -
System Red Green Blue C M Y K H S L
Decimal 249 10 247 0 0.96 0.01 0.02 300.5 0.95 0.51
Hex F9 A F7 0 60 1 2 12D 5F 33
Octal 371 12 367 0 140 1 2 455 137 63
Binary 11111001 1010 11110111 0 1100000 1 10 100101101 1011111 110011

Color Harmonies of #F90AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90AF7

Black with #F90AF7

Text Example


Text Example

White with #F90AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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