Html Css Color HEX #F71FEA Magenta

📋 copy color: '#F71FEA'

red 247 ◦ green 31 ◦ blue 234

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

Shades of Magenta #F71FEA

Tints of Magenta #F71FEA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.05%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 48.24%
G = 6.05%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F71FEA (or 0xF71FEA) is known color: Magenta. HEX triplet: F7, 1F and EA. RGB value is (247,31,234). Sum of RGB (Red+Green+Blue) = 247+31+234=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 31 (12.5% from 255 or 6.05% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F71FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71FEA is #08E015. Grayscale: #767676. Windows color (decimal): -581654 or 15343607. OLE color: 15343607.

HSL color Cylindrical-coordinate representation of color #F71FEA: hue angle of 303.61º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F71FEA is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 31 234 -
CMYK 0 0.87 0.05 0.03
HSL 303.61º 0.93% 0.55% -
HSV(B) 303.61º 0.87% 0.97% -
XYZ 53.7 26.69 80.16 -
YUV 118.73 193.06 219.49 -
System Red Green Blue C M Y K H S L
Decimal 247 31 234 0 0.87 0.05 0.03 303.61 0.93 0.55
Hex F7 1F EA 0 57 5 3 130 5D 37
Octal 367 37 352 0 127 5 3 460 135 67
Binary 11110111 11111 11101010 0 1010111 101 11 100110000 1011101 110111

Color Harmonies of #F71FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71FEA

Black with #F71FEA

Text Example


Text Example

White with #F71FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71FEA; }

 p { color: rgb(247,31,234); }

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

background-color css

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

 a { background-color: rgb(247,31,234); }

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

border-color css

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

 span { border-color: rgb(247,31,234); }

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