Html Css Color HEX #F704FA Magenta

📋 copy color: '#F704FA'

red 247 ◦ green 4 ◦ blue 250

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

Shades of Magenta #F704FA

Tints of Magenta #F704FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 49.3%
G = 0.8%
B = 49.9%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F704FA (or 0xF704FA) is known color: Magenta. HEX triplet: F7, 04 and FA. RGB value is (247,4,250). Sum of RGB (Red+Green+Blue) = 247+4+250=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 4 (1.95% from 255 or 0.80% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #F704FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F704FA is #08FB05. Grayscale: #676767. Windows color (decimal): -588550 or 16385271. OLE color: 16385271.

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

Color convert

RGB 247 4 250 -
CMYK 0.01 0.98 0 0.02
HSL 299.27º 0.97% 0.5% -
HSV(B) 299.27º 0.98% 0.98% -
XYZ 55.66 26.76 92.67 -
YUV 104.7 210.01 229.5 -
System Red Green Blue C M Y K H S L
Decimal 247 4 250 0.01 0.98 0 0.02 299.27 0.97 0.5
Hex F7 4 FA 1 62 0 2 12B 61 32
Octal 367 4 372 1 142 0 2 453 141 62
Binary 11110111 100 11111010 1 1100010 0 10 100101011 1100001 110010

Color Harmonies of #F704FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F704FA

Black with #F704FA

Text Example


Text Example

White with #F704FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F704FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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