Html Css Color HEX #F714DF Hot Magenta

📋 copy color: '#F714DF'

red 247 ◦ green 20 ◦ blue 223

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

Shades of Hot Magenta #F714DF

Tints of Hot Magenta #F714DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 50.41%
G = 4.08%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F714DF (or 0xF714DF) is known color: Hot Magenta. HEX triplet: F7, 14 and DF. RGB value is (247,20,223). Sum of RGB (Red+Green+Blue) = 247+20+223=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 20 (8.20% from 255 or 4.08% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F714DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714DF is #08EB20. Grayscale: #6E6E6E. Windows color (decimal): -584481 or 14619895. OLE color: 14619895.

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

Color convert

RGB 247 20 223 -
CMYK 0 0.92 0.10 0.03
HSL 306.34º 0.93% 0.52% -
HSV(B) 306.34º 0.92% 0.97% -
XYZ 51.93 25.6 72.02 -
YUV 111.02 191.21 224.99 -
System Red Green Blue C M Y K H S L
Decimal 247 20 223 0 0.92 0.10 0.03 306.34 0.93 0.52
Hex F7 14 DF 0 5C A 3 132 5D 34
Octal 367 24 337 0 134 12 3 462 135 64
Binary 11110111 10100 11011111 0 1011100 1010 11 100110010 1011101 110100

Color Harmonies of #F714DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714DF

Black with #F714DF

Text Example


Text Example

White with #F714DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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