Html Css Color HEX #F711E5 Magenta

📋 copy color: '#F711E5'

red 247 ◦ green 17 ◦ blue 229

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

Shades of Magenta #F711E5

Tints of Magenta #F711E5

RGB

 RED value IS 247 (96.88% from 255) = 50.1%

 GREEN value IS 17 (7.03% from 255) = 3.45%

 BLUE value IS 229 (89.84% from 255) = 46.45%

R = 50.1%
G = 3.45%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F711E5 (or 0xF711E5) is known color: Magenta. HEX triplet: F7, 11 and E5. RGB value is (247,17,229). Sum of RGB (Red+Green+Blue) = 247+17+229=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 17 (7.03% from 255 or 3.45% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F711E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F711E5 is #08EE1A. Grayscale: #6D6D6D. Windows color (decimal): -585243 or 15012343. OLE color: 15012343.

HSL color Cylindrical-coordinate representation of color #F711E5: hue angle of 304.7º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F711E5 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 17 229 -
CMYK 0 0.93 0.07 0.03
HSL 304.7º 0.93% 0.52% -
HSV(B) 304.7º 0.93% 0.97% -
XYZ 52.7 25.83 76.34 -
YUV 109.94 195.2 225.76 -
System Red Green Blue C M Y K H S L
Decimal 247 17 229 0 0.93 0.07 0.03 304.7 0.93 0.52
Hex F7 11 E5 0 5D 7 3 131 5D 34
Octal 367 21 345 0 135 7 3 461 135 64
Binary 11110111 10001 11100101 0 1011101 111 11 100110001 1011101 110100

Color Harmonies of #F711E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F711E5

Black with #F711E5

Text Example


Text Example

White with #F711E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F711E5; }

 p { color: rgb(247,17,229); }

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

background-color css

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

 a { background-color: rgb(247,17,229); }

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

border-color css

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

 span { border-color: rgb(247,17,229); }

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