Html Css Color HEX #F71EFF Magenta

📋 copy color: '#F71EFF'

red 247 ◦ green 30 ◦ blue 255

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

Shades of Magenta #F71EFF

Tints of Magenta #F71EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.64%

 BLUE value IS 255 (100% from 255) = 47.93%

R = 46.43%
G = 5.64%
B = 47.93%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F71EFF (or 0xF71EFF) is known color: Magenta. HEX triplet: F7, 1E and FF. RGB value is (247,30,255). Sum of RGB (Red+Green+Blue) = 247+30+255=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 30 (12.11% from 255 or 5.64% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #F71EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71EFF is #08E100. Grayscale: #777777. Windows color (decimal): -581889 or 16719607. OLE color: 16719607.

HSL color Cylindrical-coordinate representation of color #F71EFF: hue angle of 297.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71EFF is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 247 30 255 -
CMYK 0.03 0.88 0 0
HSL 297.87º 1% 0.56% -
HSV(B) 297.87º 0.88% 1% -
XYZ 56.87 27.92 97 -
YUV 120.53 203.89 218.2 -
System Red Green Blue C M Y K H S L
Decimal 247 30 255 0.03 0.88 0 0 297.87 1 0.56
Hex F7 1E FF 3 58 0 0 12A 64 38
Octal 367 36 377 3 130 0 0 452 144 70
Binary 11110111 11110 11111111 11 1011000 0 0 100101010 1100100 111000

Color Harmonies of #F71EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71EFF

Black with #F71EFF

Text Example


Text Example

White with #F71EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71EFF; }

 p { color: rgb(247,30,255); }

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

background-color css

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

 a { background-color: rgb(247,30,255); }

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

border-color css

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

 span { border-color: rgb(247,30,255); }

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