Html Css Color HEX #F701FC Magenta

📋 copy color: '#F701FC'

red 247 ◦ green 1 ◦ blue 252

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

Shades of Magenta #F701FC

Tints of Magenta #F701FC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

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

R = 49.4%
G = 0.2%
B = 50.4%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F701FC (or 0xF701FC) is known color: Magenta. HEX triplet: F7, 01 and FC. RGB value is (247,1,252). Sum of RGB (Red+Green+Blue) = 247+1+252=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 1 (0.78% from 255 or 0.2% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #F701FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701FC is #08FE03. Grayscale: #666666. Windows color (decimal): -589316 or 16515575. OLE color: 16515575.

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

Color convert

RGB 247 1 252 -
CMYK 0.02 1.00 0 0.01
HSL 298.8º 0.99% 0.5% -
HSV(B) 298.8º 1% 0.99% -
XYZ 55.94 26.82 94.32 -
YUV 103.17 212 230.59 -
System Red Green Blue C M Y K H S L
Decimal 247 1 252 0.02 1.00 0 0.01 298.8 0.99 0.5
Hex F7 1 FC 2 64 0 1 12B 63 32
Octal 367 1 374 2 144 0 1 453 143 62
Binary 11110111 1 11111100 10 1100100 0 1 100101011 1100011 110010

Color Harmonies of #F701FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701FC

Black with #F701FC

Text Example


Text Example

White with #F701FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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