Html Css Color HEX #F71EFA Magenta

📋 copy color: '#F71EFA'

red 247 ◦ green 30 ◦ blue 250

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

Shades of Magenta #F71EFA

Tints of Magenta #F71EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 46.87%
G = 5.69%
B = 47.44%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F71EFA (or 0xF71EFA) is known color: Magenta. HEX triplet: F7, 1E and FA. RGB value is (247,30,250). Sum of RGB (Red+Green+Blue) = 247+30+250=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 30 (12.11% from 255 or 5.69% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #F71EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71EFA is #08E105. Grayscale: #777777. Windows color (decimal): -581894 or 16391927. OLE color: 16391927.

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

Color convert

RGB 247 30 250 -
CMYK 0.01 0.88 0 0.02
HSL 299.18º 0.96% 0.55% -
HSV(B) 299.18º 0.88% 0.98% -
XYZ 56.08 27.6 92.82 -
YUV 119.96 201.39 218.61 -
System Red Green Blue C M Y K H S L
Decimal 247 30 250 0.01 0.88 0 0.02 299.18 0.96 0.55
Hex F7 1E FA 1 58 0 2 12B 60 37
Octal 367 36 372 1 130 0 2 453 140 67
Binary 11110111 11110 11111010 1 1011000 0 10 100101011 1100000 110111

Color Harmonies of #F71EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71EFA

Black with #F71EFA

Text Example


Text Example

White with #F71EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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