Html Css Color HEX #F91EF7 Magenta

📋 copy color: '#F91EF7'

red 249 ◦ green 30 ◦ blue 247

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

Shades of Magenta #F91EF7

Tints of Magenta #F91EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.96%

R = 47.34%
G = 5.7%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F91EF7 (or 0xF91EF7) is known color: Magenta. HEX triplet: F9, 1E and F7. RGB value is (249,30,247). Sum of RGB (Red+Green+Blue) = 249+30+247=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 30 (12.11% from 255 or 5.70% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F91EF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91EF7 is #06E108. Grayscale: #777777. Windows color (decimal): -450825 or 16195321. OLE color: 16195321.

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

Color convert

RGB 249 30 247 -
CMYK 0 0.88 0.01 0.02
HSL 300.55º 0.95% 0.55% -
HSV(B) 300.55º 0.88% 0.98% -
XYZ 56.32 27.78 90.39 -
YUV 120.22 199.55 219.86 -
System Red Green Blue C M Y K H S L
Decimal 249 30 247 0 0.88 0.01 0.02 300.55 0.95 0.55
Hex F9 1E F7 0 58 1 2 12D 5F 37
Octal 371 36 367 0 130 1 2 455 137 67
Binary 11111001 11110 11110111 0 1011000 1 10 100101101 1011111 110111

Color Harmonies of #F91EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91EF7

Black with #F91EF7

Text Example


Text Example

White with #F91EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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