Html Css Color HEX #F714E1 Hot Magenta

📋 copy color: '#F714E1'

red 247 ◦ green 20 ◦ blue 225

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

Shades of Hot Magenta #F714E1

Tints of Hot Magenta #F714E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.73%

R = 50.2%
G = 4.07%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F714E1 (or 0xF714E1) is known color: Hot Magenta. HEX triplet: F7, 14 and E1. RGB value is (247,20,225). Sum of RGB (Red+Green+Blue) = 247+20+225=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 20 (8.20% from 255 or 4.07% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F714E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714E1 is #08EB1E. Grayscale: #6E6E6E. Windows color (decimal): -584479 or 14750967. OLE color: 14750967.

HSL color Cylindrical-coordinate representation of color #F714E1: hue angle of 305.81º 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 #F714E1 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 20 225 -
CMYK 0 0.92 0.09 0.03
HSL 305.82º 0.93% 0.52% -
HSV(B) 305.82º 0.92% 0.97% -
XYZ 52.2 25.71 73.45 -
YUV 111.24 192.21 224.83 -
System Red Green Blue C M Y K H S L
Decimal 247 20 225 0 0.92 0.09 0.03 305.82 0.93 0.52
Hex F7 14 E1 0 5C 9 3 132 5D 34
Octal 367 24 341 0 134 11 3 462 135 64
Binary 11110111 10100 11100001 0 1011100 1001 11 100110010 1011101 110100

Color Harmonies of #F714E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714E1

Black with #F714E1

Text Example


Text Example

White with #F714E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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