Html Css Color HEX #F91DFA Magenta

📋 copy color: '#F91DFA'

red 249 ◦ green 29 ◦ blue 250

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

Shades of Magenta #F91DFA

Tints of Magenta #F91DFA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.49%

 BLUE value IS 250 (98.05% from 255) = 47.35%

R = 47.16%
G = 5.49%
B = 47.35%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F91DFA (or 0xF91DFA) is known color: Magenta. HEX triplet: F9, 1D and FA. RGB value is (249,29,250). Sum of RGB (Red+Green+Blue) = 249+29+250=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 29 (11.72% from 255 or 5.49% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #F91DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91DFA is #06E205. Grayscale: #777777. Windows color (decimal): -451078 or 16391673. OLE color: 16391673.

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

Color convert

RGB 249 29 250 -
CMYK 0.00 0.88 0 0.02
HSL 299.73º 0.96% 0.55% -
HSV(B) 299.73º 0.88% 0.98% -
XYZ 56.76 27.92 92.84 -
YUV 119.97 201.39 220.03 -
System Red Green Blue C M Y K H S L
Decimal 249 29 250 0.00 0.88 0 0.02 299.73 0.96 0.55
Hex F9 1D FA 0 58 0 2 12C 60 37
Octal 371 35 372 0 130 0 2 454 140 67
Binary 11111001 11101 11111010 0 1011000 0 10 100101100 1100000 110111

Color Harmonies of #F91DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91DFA

Black with #F91DFA

Text Example


Text Example

White with #F91DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91DFA; }

 p { color: rgb(249,29,250); }

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

background-color css

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

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

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

border-color css

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

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

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