Html Css Color HEX #F704FF Magenta

📋 copy color: '#F704FF'

red 247 ◦ green 4 ◦ blue 255

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

Shades of Magenta #F704FF

Tints of Magenta #F704FF

RGB

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

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

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

R = 48.81%
G = 0.79%
B = 50.4%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F704FF (or 0xF704FF) is known color: Magenta. HEX triplet: F7, 04 and FF. RGB value is (247,4,255). Sum of RGB (Red+Green+Blue) = 247+4+255=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 4 (1.95% from 255 or 0.79% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #F704FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F704FF is #08FB00. Grayscale: #686868. Windows color (decimal): -588545 or 16712951. OLE color: 16712951.

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

Color convert

RGB 247 4 255 -
CMYK 0.03 0.98 0 0
HSL 298.09º 1% 0.51% -
HSV(B) 298.09º 0.98% 1% -
XYZ 56.45 27.08 96.86 -
YUV 105.27 212.51 229.09 -
System Red Green Blue C M Y K H S L
Decimal 247 4 255 0.03 0.98 0 0 298.09 1 0.51
Hex F7 4 FF 3 62 0 0 12A 64 33
Octal 367 4 377 3 142 0 0 452 144 63
Binary 11110111 100 11111111 11 1100010 0 0 100101010 1100100 110011

Color Harmonies of #F704FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F704FF

Black with #F704FF

Text Example


Text Example

White with #F704FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F704FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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