Html Css Color HEX #F91AF9 Magenta

📋 copy color: '#F91AF9'

red 249 ◦ green 26 ◦ blue 249

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

Shades of Magenta #F91AF9

Tints of Magenta #F91AF9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 4.96%

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

R = 47.52%
G = 4.96%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F91AF9 (or 0xF91AF9) is known color: Magenta. HEX triplet: F9, 1A and F9. RGB value is (249,26,249). Sum of RGB (Red+Green+Blue) = 249+26+249=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 26 (10.55% from 255 or 4.96% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F91AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91AF9 is #06E506. Grayscale: #757575. Windows color (decimal): -451847 or 16325369. OLE color: 16325369.

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

Color convert

RGB 249 26 249 -
CMYK 0 0.90 0 0.02
HSL 300º 0.95% 0.54% -
HSV(B) 300º 0.9% 0.98% -
XYZ 56.54 27.72 91.99 -
YUV 118.1 201.88 221.37 -
System Red Green Blue C M Y K H S L
Decimal 249 26 249 0 0.90 0 0.02 300 0.95 0.54
Hex F9 1A F9 0 5A 0 2 12C 5F 36
Octal 371 32 371 0 132 0 2 454 137 66
Binary 11111001 11010 11111001 0 1011010 0 10 100101100 1011111 110110

Color Harmonies of #F91AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91AF9

Black with #F91AF9

Text Example


Text Example

White with #F91AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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