Html Css Color HEX #F711E6 Magenta

📋 copy color: '#F711E6'

red 247 ◦ green 17 ◦ blue 230

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

Shades of Magenta #F711E6

Tints of Magenta #F711E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.56%

R = 50%
G = 3.44%
B = 46.56%

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

#F711E6 (or 0xF711E6) is known color: Magenta. HEX triplet: F7, 11 and E6. RGB value is (247,17,230). Sum of RGB (Red+Green+Blue) = 247+17+230=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 17 (7.03% from 255 or 3.44% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F711E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F711E6 is #08EE19. Grayscale: #6D6D6D. Windows color (decimal): -585242 or 15077879. OLE color: 15077879.

HSL color Cylindrical-coordinate representation of color #F711E6: hue angle of 304.43º 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 #F711E6 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 17 230 -
CMYK 0 0.93 0.07 0.03
HSL 304.43º 0.93% 0.52% -
HSV(B) 304.43º 0.93% 0.97% -
XYZ 52.84 25.89 77.07 -
YUV 110.05 195.7 225.68 -
System Red Green Blue C M Y K H S L
Decimal 247 17 230 0 0.93 0.07 0.03 304.43 0.93 0.52
Hex F7 11 E6 0 5D 7 3 130 5D 34
Octal 367 21 346 0 135 7 3 460 135 64
Binary 11110111 10001 11100110 0 1011101 111 11 100110000 1011101 110100

Color Harmonies of #F711E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F711E6

Black with #F711E6

Text Example


Text Example

White with #F711E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F711E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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