Html Css Color HEX #F71AFC Magenta

📋 copy color: '#F71AFC'

red 247 ◦ green 26 ◦ blue 252

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

Shades of Magenta #F71AFC

Tints of Magenta #F71AFC

RGB

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

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

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

R = 47.05%
G = 4.95%
B = 48%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F71AFC (or 0xF71AFC) is known color: Magenta. HEX triplet: F7, 1A and FC. RGB value is (247,26,252). Sum of RGB (Red+Green+Blue) = 247+26+252=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 26 (10.55% from 255 or 4.95% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #F71AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71AFC is #08E503. Grayscale: #757575. Windows color (decimal): -582916 or 16521975. OLE color: 16521975.

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

Color convert

RGB 247 26 252 -
CMYK 0.02 0.90 0 0.01
HSL 298.67º 0.97% 0.55% -
HSV(B) 298.67º 0.9% 0.99% -
XYZ 56.3 27.54 94.44 -
YUV 117.84 203.72 220.12 -
System Red Green Blue C M Y K H S L
Decimal 247 26 252 0.02 0.90 0 0.01 298.67 0.97 0.55
Hex F7 1A FC 2 5A 0 1 12B 61 37
Octal 367 32 374 2 132 0 1 453 141 67
Binary 11110111 11010 11111100 10 1011010 0 1 100101011 1100001 110111

Color Harmonies of #F71AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71AFC

Black with #F71AFC

Text Example


Text Example

White with #F71AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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