Html Css Color HEX #F704F2 Magenta

📋 copy color: '#F704F2'

red 247 ◦ green 4 ◦ blue 242

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

Shades of Magenta #F704F2

Tints of Magenta #F704F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.09%

R = 50.1%
G = 0.81%
B = 49.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F704F2 (or 0xF704F2) is known color: Magenta. HEX triplet: F7, 04 and F2. RGB value is (247,4,242). Sum of RGB (Red+Green+Blue) = 247+4+242=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 4 (1.95% from 255 or 0.81% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F704F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F704F2 is #08FB0D. Grayscale: #676767. Windows color (decimal): -588558 or 15860983. OLE color: 15860983.

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

Color convert

RGB 247 4 242 -
CMYK 0 0.98 0.02 0.03
HSL 301.23º 0.97% 0.49% -
HSV(B) 301.23º 0.98% 0.97% -
XYZ 54.43 26.27 86.21 -
YUV 103.79 206.01 230.15 -
System Red Green Blue C M Y K H S L
Decimal 247 4 242 0 0.98 0.02 0.03 301.23 0.97 0.49
Hex F7 4 F2 0 62 2 3 12D 61 31
Octal 367 4 362 0 142 2 3 455 141 61
Binary 11110111 100 11110010 0 1100010 10 11 100101101 1100001 110001

Color Harmonies of #F704F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F704F2

Black with #F704F2

Text Example


Text Example

White with #F704F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F704F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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