Html Css Color HEX #F714E3 Hot Magenta

📋 copy color: '#F714E3'

red 247 ◦ green 20 ◦ blue 227

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

Shades of Hot Magenta #F714E3

Tints of Hot Magenta #F714E3

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.05%

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

R = 50%
G = 4.05%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F714E3 (or 0xF714E3) is known color: Hot Magenta. HEX triplet: F7, 14 and E3. RGB value is (247,20,227). Sum of RGB (Red+Green+Blue) = 247+20+227=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 20 (8.20% from 255 or 4.05% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F714E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714E3 is #08EB1C. Grayscale: #6E6E6E. Windows color (decimal): -584477 or 14882039. OLE color: 14882039.

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

Color convert

RGB 247 20 227 -
CMYK 0 0.92 0.08 0.03
HSL 305.29º 0.93% 0.52% -
HSV(B) 305.29º 0.92% 0.97% -
XYZ 52.47 25.82 74.89 -
YUV 111.47 193.21 224.67 -
System Red Green Blue C M Y K H S L
Decimal 247 20 227 0 0.92 0.08 0.03 305.29 0.93 0.52
Hex F7 14 E3 0 5C 8 3 131 5D 34
Octal 367 24 343 0 134 10 3 461 135 64
Binary 11110111 10100 11100011 0 1011100 1000 11 100110001 1011101 110100

Color Harmonies of #F714E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714E3

Black with #F714E3

Text Example


Text Example

White with #F714E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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