Html Css Color HEX #F712FF Magenta

📋 copy color: '#F712FF'

red 247 ◦ green 18 ◦ blue 255

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

Shades of Magenta #F712FF

Tints of Magenta #F712FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.46%

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

R = 47.5%
G = 3.46%
B = 49.04%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F712FF (or 0xF712FF) is known color: Magenta. HEX triplet: F7, 12 and FF. RGB value is (247,18,255). Sum of RGB (Red+Green+Blue) = 247+18+255=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 18 (7.42% from 255 or 3.46% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #F712FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F712FF is #08ED00. Grayscale: #707070. Windows color (decimal): -584961 or 16716535. OLE color: 16716535.

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

Color convert

RGB 247 18 255 -
CMYK 0.03 0.93 0 0
HSL 297.97º 1% 0.54% -
HSV(B) 297.97º 0.93% 1% -
XYZ 56.62 27.43 96.92 -
YUV 113.49 207.87 223.23 -
System Red Green Blue C M Y K H S L
Decimal 247 18 255 0.03 0.93 0 0 297.97 1 0.54
Hex F7 12 FF 3 5D 0 0 12A 64 36
Octal 367 22 377 3 135 0 0 452 144 66
Binary 11110111 10010 11111111 11 1011101 0 0 100101010 1100100 110110

Color Harmonies of #F712FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F712FF

Black with #F712FF

Text Example


Text Example

White with #F712FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F712FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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