Html Css Color HEX #F91FFA Magenta

📋 copy color: '#F91FFA'

red 249 ◦ green 31 ◦ blue 250

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

Shades of Magenta #F91FFA

Tints of Magenta #F91FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.85%

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

R = 46.98%
G = 5.85%
B = 47.17%

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

#F91FFA (or 0xF91FFA) is known color: Magenta. HEX triplet: F9, 1F and FA. RGB value is (249,31,250). Sum of RGB (Red+Green+Blue) = 249+31+250=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 31 (12.5% from 255 or 5.85% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #F91FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91FFA is #06E005. Grayscale: #787878. Windows color (decimal): -450566 or 16392185. OLE color: 16392185.

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

Color convert

RGB 249 31 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.81 28.02 92.86 -
YUV 121.15 200.72 219.19 -
System Red Green Blue C M Y K H S L
Decimal 249 31 250 0.00 0.88 0 0.02 299.73 0.96 0.55
Hex F9 1F FA 0 58 0 2 12C 60 37
Octal 371 37 372 0 130 0 2 454 140 67
Binary 11111001 11111 11111010 0 1011000 0 10 100101100 1100000 110111

Color Harmonies of #F91FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91FFA

Black with #F91FFA

Text Example


Text Example

White with #F91FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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