Html Css Color HEX #F91CF0 Magenta

📋 copy color: '#F91CF0'

red 249 ◦ green 28 ◦ blue 240

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

Shades of Magenta #F91CF0

Tints of Magenta #F91CF0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.42%

 BLUE value IS 240 (94.14% from 255) = 46.42%

R = 48.16%
G = 5.42%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F91CF0 (or 0xF91CF0) is known color: Magenta. HEX triplet: F9, 1C and F0. RGB value is (249,28,240). Sum of RGB (Red+Green+Blue) = 249+28+240=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 28 (11.33% from 255 or 5.42% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91CF0 is #06E30F. Grayscale: #757575. Windows color (decimal): -451344 or 15736057. OLE color: 15736057.

HSL color Cylindrical-coordinate representation of color #F91CF0: hue angle of 302.44º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91CF0 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 28 240 -
CMYK 0 0.89 0.04 0.02
HSL 302.44º 0.95% 0.54% -
HSV(B) 302.44º 0.89% 0.98% -
XYZ 55.21 27.26 84.79 -
YUV 118.25 196.72 221.26 -
System Red Green Blue C M Y K H S L
Decimal 249 28 240 0 0.89 0.04 0.02 302.44 0.95 0.54
Hex F9 1C F0 0 59 4 2 12E 5F 36
Octal 371 34 360 0 131 4 2 456 137 66
Binary 11111001 11100 11110000 0 1011001 100 10 100101110 1011111 110110

Color Harmonies of #F91CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91CF0

Black with #F91CF0

Text Example


Text Example

White with #F91CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91CF0; }

 p { color: rgb(249,28,240); }

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

background-color css

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

 a { background-color: rgb(249,28,240); }

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

border-color css

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

 span { border-color: rgb(249,28,240); }

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