Html Css Color HEX #F711FC Magenta

📋 copy color: '#F711FC'

red 247 ◦ green 17 ◦ blue 252

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

Shades of Magenta #F711FC

Tints of Magenta #F711FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.84%

R = 47.87%
G = 3.29%
B = 48.84%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F711FC (or 0xF711FC) is known color: Magenta. HEX triplet: F7, 11 and FC. RGB value is (247,17,252). Sum of RGB (Red+Green+Blue) = 247+17+252=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 17 (7.03% from 255 or 3.29% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #F711FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F711FC is #08EE03. Grayscale: #6F6F6F. Windows color (decimal): -585220 or 16519671. OLE color: 16519671.

HSL color Cylindrical-coordinate representation of color #F711FC: hue angle of 298.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F711FC is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 17 252 -
CMYK 0.02 0.93 0 0.01
HSL 298.72º 0.98% 0.53% -
HSV(B) 298.72º 0.93% 0.99% -
XYZ 56.13 27.2 94.39 -
YUV 112.56 206.7 223.89 -
System Red Green Blue C M Y K H S L
Decimal 247 17 252 0.02 0.93 0 0.01 298.72 0.98 0.53
Hex F7 11 FC 2 5D 0 1 12B 62 35
Octal 367 21 374 2 135 0 1 453 142 65
Binary 11110111 10001 11111100 10 1011101 0 1 100101011 1100010 110101

Color Harmonies of #F711FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F711FC

Black with #F711FC

Text Example


Text Example

White with #F711FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F711FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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