Html Css Color HEX #F91FED Magenta

📋 copy color: '#F91FED'

red 249 ◦ green 31 ◦ blue 237

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

Shades of Magenta #F91FED

Tints of Magenta #F91FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 48.16%
G = 6%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F91FED (or 0xF91FED) is known color: Magenta. HEX triplet: F9, 1F and ED. RGB value is (249,31,237). Sum of RGB (Red+Green+Blue) = 249+31+237=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 31 (12.5% from 255 or 6.00% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F91FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91FED is #06E012. Grayscale: #777777. Windows color (decimal): -450579 or 15540217. OLE color: 15540217.

HSL color Cylindrical-coordinate representation of color #F91FED: hue angle of 303.3º degrees, saturation: 0.95, 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 #F91FED is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 31 237 -
CMYK 0 0.88 0.05 0.02
HSL 303.3º 0.95% 0.55% -
HSV(B) 303.3º 0.88% 0.98% -
XYZ 54.84 27.23 82.49 -
YUV 119.67 194.22 220.25 -
System Red Green Blue C M Y K H S L
Decimal 249 31 237 0 0.88 0.05 0.02 303.3 0.95 0.55
Hex F9 1F ED 0 58 5 2 12F 5F 37
Octal 371 37 355 0 130 5 2 457 137 67
Binary 11111001 11111 11101101 0 1011000 101 10 100101111 1011111 110111

Color Harmonies of #F91FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91FED

Black with #F91FED

Text Example


Text Example

White with #F91FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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