Html Css Color HEX #F71CF8 Magenta

📋 copy color: '#F71CF8'

red 247 ◦ green 28 ◦ blue 248

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

Shades of Magenta #F71CF8

Tints of Magenta #F71CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.42%

R = 47.23%
G = 5.35%
B = 47.42%

CMYK

 C value IS 0.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F71CF8 (or 0xF71CF8) is known color: Magenta. HEX triplet: F7, 1C and F8. RGB value is (247,28,248). Sum of RGB (Red+Green+Blue) = 247+28+248=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 28 (11.33% from 255 or 5.35% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #F71CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71CF8 is #08E307. Grayscale: #757575. Windows color (decimal): -582408 or 16260343. OLE color: 16260343.

HSL color Cylindrical-coordinate representation of color #F71CF8: hue angle of 299.73º degrees, saturation: 0.94, 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 #F71CF8 is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 28 248 -
CMYK 0.00 0.89 0 0.03
HSL 299.73º 0.94% 0.54% -
HSV(B) 299.73º 0.89% 0.97% -
XYZ 55.72 27.38 91.16 -
YUV 118.56 201.05 219.61 -
System Red Green Blue C M Y K H S L
Decimal 247 28 248 0.00 0.89 0 0.03 299.73 0.94 0.54
Hex F7 1C F8 0 59 0 3 12C 5E 36
Octal 367 34 370 0 131 0 3 454 136 66
Binary 11110111 11100 11111000 0 1011001 0 11 100101100 1011110 110110

Color Harmonies of #F71CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71CF8

Black with #F71CF8

Text Example


Text Example

White with #F71CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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