Html Css Color HEX #F91EFA Magenta

📋 copy color: '#F91EFA'

red 249 ◦ green 30 ◦ blue 250

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

Shades of Magenta #F91EFA

Tints of Magenta #F91EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.67%

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

R = 47.07%
G = 5.67%
B = 47.26%

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

#F91EFA (or 0xF91EFA) is known color: Magenta. HEX triplet: F9, 1E and FA. RGB value is (249,30,250). Sum of RGB (Red+Green+Blue) = 249+30+250=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 30 (12.11% from 255 or 5.67% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #F91EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91EFA is #06E105. Grayscale: #777777. Windows color (decimal): -450822 or 16391929. OLE color: 16391929.

HSL color Cylindrical-coordinate representation of color #F91EFA: 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 #F91EFA is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 30 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.79 27.97 92.85 -
YUV 120.56 201.05 219.61 -
System Red Green Blue C M Y K H S L
Decimal 249 30 250 0.00 0.88 0 0.02 299.73 0.96 0.55
Hex F9 1E FA 0 58 0 2 12C 60 37
Octal 371 36 372 0 130 0 2 454 140 67
Binary 11111001 11110 11111010 0 1011000 0 10 100101100 1100000 110111

Color Harmonies of #F91EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91EFA

Black with #F91EFA

Text Example


Text Example

White with #F91EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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