Html Css Color HEX #F712E3 Hot Magenta

📋 copy color: '#F712E3'

red 247 ◦ green 18 ◦ blue 227

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

Shades of Hot Magenta #F712E3

Tints of Hot Magenta #F712E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.14%

R = 50.2%
G = 3.66%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F712E3 (or 0xF712E3) is known color: Hot Magenta. HEX triplet: F7, 12 and E3. RGB value is (247,18,227). Sum of RGB (Red+Green+Blue) = 247+18+227=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 18 (7.42% from 255 or 3.66% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F712E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712E3 is #08ED1C. Grayscale: #6D6D6D. Windows color (decimal): -584989 or 14881527. OLE color: 14881527.

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

Color convert

RGB 247 18 227 -
CMYK 0 0.93 0.08 0.03
HSL 305.24º 0.93% 0.52% -
HSV(B) 305.24º 0.93% 0.97% -
XYZ 52.44 25.75 74.88 -
YUV 110.3 193.87 225.51 -
System Red Green Blue C M Y K H S L
Decimal 247 18 227 0 0.93 0.08 0.03 305.24 0.93 0.52
Hex F7 12 E3 0 5D 8 3 131 5D 34
Octal 367 22 343 0 135 10 3 461 135 64
Binary 11110111 10010 11100011 0 1011101 1000 11 100110001 1011101 110100

Color Harmonies of #F712E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F712E3

Black with #F712E3

Text Example


Text Example

White with #F712E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F712E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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