Html Css Color HEX #F704FE Magenta

📋 copy color: '#F704FE'

red 247 ◦ green 4 ◦ blue 254

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

Shades of Magenta #F704FE

Tints of Magenta #F704FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.79%

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 48.91%
G = 0.79%
B = 50.3%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F704FE (or 0xF704FE) is known color: Magenta. HEX triplet: F7, 04 and FE. RGB value is (247,4,254). Sum of RGB (Red+Green+Blue) = 247+4+254=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 4 (1.95% from 255 or 0.79% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #F704FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F704FE is #08FB01. Grayscale: #686868. Windows color (decimal): -588546 or 16647415. OLE color: 16647415.

HSL color Cylindrical-coordinate representation of color #F704FE: hue angle of 298.32º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F704FE is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 247 4 254 -
CMYK 0.03 0.98 0 0.00
HSL 298.32º 0.99% 0.51% -
HSV(B) 298.32º 0.98% 1% -
XYZ 56.29 27.02 96.01 -
YUV 105.16 212.01 229.17 -
System Red Green Blue C M Y K H S L
Decimal 247 4 254 0.03 0.98 0 0.00 298.32 0.99 0.51
Hex F7 4 FE 3 62 0 0 12A 63 33
Octal 367 4 376 3 142 0 0 452 143 63
Binary 11110111 100 11111110 11 1100010 0 0 100101010 1100011 110011

Color Harmonies of #F704FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F704FE

Black with #F704FE

Text Example


Text Example

White with #F704FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F704FE; }

 p { color: rgb(247,4,254); }

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

background-color css

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

 a { background-color: rgb(247,4,254); }

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

border-color css

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

 span { border-color: rgb(247,4,254); }

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