Html Css Color HEX #F71CEF Magenta

📋 copy color: '#F71CEF'

red 247 ◦ green 28 ◦ blue 239

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

Shades of Magenta #F71CEF

Tints of Magenta #F71CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.45%

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 48.05%
G = 5.45%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F71CEF (or 0xF71CEF) is known color: Magenta. HEX triplet: F7, 1C and EF. RGB value is (247,28,239). Sum of RGB (Red+Green+Blue) = 247+28+239=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 28 (11.33% from 255 or 5.45% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71CEF is #08E310. Grayscale: #747474. Windows color (decimal): -582417 or 15670519. OLE color: 15670519.

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

Color convert

RGB 247 28 239 -
CMYK 0 0.89 0.03 0.03
HSL 302.19º 0.93% 0.54% -
HSV(B) 302.19º 0.89% 0.97% -
XYZ 54.35 26.84 83.98 -
YUV 117.54 196.55 220.34 -
System Red Green Blue C M Y K H S L
Decimal 247 28 239 0 0.89 0.03 0.03 302.19 0.93 0.54
Hex F7 1C EF 0 59 3 3 12E 5D 36
Octal 367 34 357 0 131 3 3 456 135 66
Binary 11110111 11100 11101111 0 1011001 11 11 100101110 1011101 110110

Color Harmonies of #F71CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71CEF

Black with #F71CEF

Text Example


Text Example

White with #F71CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71CEF; }

 p { color: rgb(247,28,239); }

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

background-color css

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

 a { background-color: rgb(247,28,239); }

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

border-color css

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

 span { border-color: rgb(247,28,239); }

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