Html Css Color HEX #F707F2 Magenta

📋 copy color: '#F707F2'

red 247 ◦ green 7 ◦ blue 242

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

Shades of Magenta #F707F2

Tints of Magenta #F707F2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.41%

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

R = 49.8%
G = 1.41%
B = 48.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F707F2 (or 0xF707F2) is known color: Magenta. HEX triplet: F7, 07 and F2. RGB value is (247,7,242). Sum of RGB (Red+Green+Blue) = 247+7+242=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 7 (3.12% from 255 or 1.41% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F707F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F707F2 is #08F80D. Grayscale: #686868. Windows color (decimal): -587790 or 15861751. OLE color: 15861751.

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

Color convert

RGB 247 7 242 -
CMYK 0 0.97 0.02 0.03
HSL 301.25º 0.94% 0.5% -
HSV(B) 301.25º 0.97% 0.97% -
XYZ 54.46 26.34 86.22 -
YUV 105.55 205.01 228.89 -
System Red Green Blue C M Y K H S L
Decimal 247 7 242 0 0.97 0.02 0.03 301.25 0.94 0.5
Hex F7 7 F2 0 61 2 3 12D 5E 32
Octal 367 7 362 0 141 2 3 455 136 62
Binary 11110111 111 11110010 0 1100001 10 11 100101101 1011110 110010

Color Harmonies of #F707F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F707F2

Black with #F707F2

Text Example


Text Example

White with #F707F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F707F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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