Html Css Color HEX #F714DB Hot Magenta

📋 copy color: '#F714DB'

red 247 ◦ green 20 ◦ blue 219

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

Shades of Hot Magenta #F714DB

Tints of Hot Magenta #F714DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 50.82%
G = 4.12%
B = 45.06%

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

#F714DB (or 0xF714DB) is known color: Hot Magenta. HEX triplet: F7, 14 and DB. RGB value is (247,20,219). Sum of RGB (Red+Green+Blue) = 247+20+219=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 20 (8.20% from 255 or 4.12% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F714DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714DB is #08EB24. Grayscale: #6D6D6D. Windows color (decimal): -584485 or 14357751. OLE color: 14357751.

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

Color convert

RGB 247 20 219 -
CMYK 0 0.92 0.11 0.03
HSL 307.4º 0.93% 0.52% -
HSV(B) 307.4º 0.92% 0.97% -
XYZ 51.39 25.39 69.21 -
YUV 110.56 189.21 225.32 -
System Red Green Blue C M Y K H S L
Decimal 247 20 219 0 0.92 0.11 0.03 307.4 0.93 0.52
Hex F7 14 DB 0 5C B 3 133 5D 34
Octal 367 24 333 0 134 13 3 463 135 64
Binary 11110111 10100 11011011 0 1011100 1011 11 100110011 1011101 110100

Color Harmonies of #F714DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714DB

Black with #F714DB

Text Example


Text Example

White with #F714DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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