Html Css Color HEX #F711F9 Magenta

📋 copy color: '#F711F9'

red 247 ◦ green 17 ◦ blue 249

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

Shades of Magenta #F711F9

Tints of Magenta #F711F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.54%

R = 48.15%
G = 3.31%
B = 48.54%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F711F9 (or 0xF711F9) is known color: Magenta. HEX triplet: F7, 11 and F9. RGB value is (247,17,249). Sum of RGB (Red+Green+Blue) = 247+17+249=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 17 (7.03% from 255 or 3.31% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #F711F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F711F9 is #08EE06. Grayscale: #6F6F6F. Windows color (decimal): -585223 or 16323063. OLE color: 16323063.

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

Color convert

RGB 247 17 249 -
CMYK 0.01 0.93 0 0.02
HSL 299.48º 0.95% 0.52% -
HSV(B) 299.48º 0.93% 0.98% -
XYZ 55.66 27.01 91.9 -
YUV 112.22 205.2 224.14 -
System Red Green Blue C M Y K H S L
Decimal 247 17 249 0.01 0.93 0 0.02 299.48 0.95 0.52
Hex F7 11 F9 1 5D 0 2 12B 5F 34
Octal 367 21 371 1 135 0 2 453 137 64
Binary 11110111 10001 11111001 1 1011101 0 10 100101011 1011111 110100

Color Harmonies of #F711F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F711F9

Black with #F711F9

Text Example


Text Example

White with #F711F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F711F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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