Html Css Color HEX #F71CFC Magenta

📋 copy color: '#F71CFC'

red 247 ◦ green 28 ◦ blue 252

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

Shades of Magenta #F71CFC

Tints of Magenta #F71CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 46.87%
G = 5.31%
B = 47.82%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F71CFC (or 0xF71CFC) is known color: Magenta. HEX triplet: F7, 1C and FC. RGB value is (247,28,252). Sum of RGB (Red+Green+Blue) = 247+28+252=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 28 (11.33% from 255 or 5.31% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #F71CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71CFC is #08E303. Grayscale: #767676. Windows color (decimal): -582404 or 16522487. OLE color: 16522487.

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

Color convert

RGB 247 28 252 -
CMYK 0.02 0.89 0 0.01
HSL 298.66º 0.97% 0.55% -
HSV(B) 298.66º 0.89% 0.99% -
XYZ 56.34 27.63 94.46 -
YUV 119.02 203.05 219.29 -
System Red Green Blue C M Y K H S L
Decimal 247 28 252 0.02 0.89 0 0.01 298.66 0.97 0.55
Hex F7 1C FC 2 59 0 1 12B 61 37
Octal 367 34 374 2 131 0 1 453 141 67
Binary 11110111 11100 11111100 10 1011001 0 1 100101011 1100001 110111

Color Harmonies of #F71CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71CFC

Black with #F71CFC

Text Example


Text Example

White with #F71CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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