Html Css Color HEX #F71AFF Magenta

📋 copy color: '#F71AFF'

red 247 ◦ green 26 ◦ blue 255

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

Shades of Magenta #F71AFF

Tints of Magenta #F71AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 4.92%

 BLUE value IS 255 (100% from 255) = 48.3%

R = 46.78%
G = 4.92%
B = 48.3%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F71AFF (or 0xF71AFF) is known color: Magenta. HEX triplet: F7, 1A and FF. RGB value is (247,26,255). Sum of RGB (Red+Green+Blue) = 247+26+255=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 26 (10.55% from 255 or 4.92% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #F71AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71AFF is #08E500. Grayscale: #757575. Windows color (decimal): -582913 or 16718583. OLE color: 16718583.

HSL color Cylindrical-coordinate representation of color #F71AFF: hue angle of 297.9º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F71AFF is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 247 26 255 -
CMYK 0.03 0.90 0 0
HSL 297.9º 1% 0.55% -
HSV(B) 297.9º 0.9% 1% -
XYZ 56.78 27.73 96.97 -
YUV 118.19 205.22 219.88 -
System Red Green Blue C M Y K H S L
Decimal 247 26 255 0.03 0.90 0 0 297.9 1 0.55
Hex F7 1A FF 3 5A 0 0 12A 64 37
Octal 367 32 377 3 132 0 0 452 144 67
Binary 11110111 11010 11111111 11 1011010 0 0 100101010 1100100 110111

Color Harmonies of #F71AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71AFF

Black with #F71AFF

Text Example


Text Example

White with #F71AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71AFF; }

 p { color: rgb(247,26,255); }

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

background-color css

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

 a { background-color: rgb(247,26,255); }

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

border-color css

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

 span { border-color: rgb(247,26,255); }

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