Html Css Color HEX #F91FFE Magenta

📋 copy color: '#F91FFE'

red 249 ◦ green 31 ◦ blue 254

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

Shades of Magenta #F91FFE

Tints of Magenta #F91FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.57%

R = 46.63%
G = 5.81%
B = 47.57%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F91FFE (or 0xF91FFE) is known color: Magenta. HEX triplet: F9, 1F and FE. RGB value is (249,31,254). Sum of RGB (Red+Green+Blue) = 249+31+254=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 31 (12.5% from 255 or 5.81% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #F91FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91FFE is #06E001. Grayscale: #787878. Windows color (decimal): -450562 or 16654329. OLE color: 16654329.

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

Color convert

RGB 249 31 254 -
CMYK 0.02 0.88 0 0.00
HSL 298.65º 0.99% 0.56% -
HSV(B) 298.65º 0.88% 1% -
XYZ 57.45 28.28 96.2 -
YUV 121.6 202.72 218.87 -
System Red Green Blue C M Y K H S L
Decimal 249 31 254 0.02 0.88 0 0.00 298.65 0.99 0.56
Hex F9 1F FE 2 58 0 0 12B 63 38
Octal 371 37 376 2 130 0 0 453 143 70
Binary 11111001 11111 11111110 10 1011000 0 0 100101011 1100011 111000

Color Harmonies of #F91FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91FFE

Black with #F91FFE

Text Example


Text Example

White with #F91FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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