Html Css Color HEX #F714D7 Hot Magenta

📋 copy color: '#F714D7'

red 247 ◦ green 20 ◦ blue 215

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

Shades of Hot Magenta #F714D7

Tints of Hot Magenta #F714D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.61%

R = 51.24%
G = 4.15%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F714D7 (or 0xF714D7) is known color: Hot Magenta. HEX triplet: F7, 14 and D7. RGB value is (247,20,215). Sum of RGB (Red+Green+Blue) = 247+20+215=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 20 (8.20% from 255 or 4.15% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F714D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714D7 is #08EB28. Grayscale: #6D6D6D. Windows color (decimal): -584489 or 14095607. OLE color: 14095607.

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

Color convert

RGB 247 20 215 -
CMYK 0 0.92 0.13 0.03
HSL 308.46º 0.93% 0.52% -
HSV(B) 308.46º 0.92% 0.97% -
XYZ 50.87 25.18 66.47 -
YUV 110.1 187.21 225.64 -
System Red Green Blue C M Y K H S L
Decimal 247 20 215 0 0.92 0.13 0.03 308.46 0.93 0.52
Hex F7 14 D7 0 5C D 3 134 5D 34
Octal 367 24 327 0 134 15 3 464 135 64
Binary 11110111 10100 11010111 0 1011100 1101 11 100110100 1011101 110100

Color Harmonies of #F714D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714D7

Black with #F714D7

Text Example


Text Example

White with #F714D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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