Html Css Color HEX #F714DC Hot Magenta

📋 copy color: '#F714DC'

red 247 ◦ green 20 ◦ blue 220

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

Shades of Hot Magenta #F714DC

Tints of Hot Magenta #F714DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 50.72%
G = 4.11%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F714DC (or 0xF714DC) is known color: Hot Magenta. HEX triplet: F7, 14 and DC. RGB value is (247,20,220). Sum of RGB (Red+Green+Blue) = 247+20+220=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F714DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714DC is #08EB23. Grayscale: #6E6E6E. Windows color (decimal): -584484 or 14423287. OLE color: 14423287.

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

Color convert

RGB 247 20 220 -
CMYK 0 0.92 0.11 0.03
HSL 307.14º 0.93% 0.52% -
HSV(B) 307.14º 0.92% 0.97% -
XYZ 51.53 25.44 69.91 -
YUV 110.67 189.71 225.24 -
System Red Green Blue C M Y K H S L
Decimal 247 20 220 0 0.92 0.11 0.03 307.14 0.93 0.52
Hex F7 14 DC 0 5C B 3 133 5D 34
Octal 367 24 334 0 134 13 3 463 135 64
Binary 11110111 10100 11011100 0 1011100 1011 11 100110011 1011101 110100

Color Harmonies of #F714DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714DC

Black with #F714DC

Text Example


Text Example

White with #F714DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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