Html Css Color HEX #F713DB Hot Magenta

📋 copy color: '#F713DB'

red 247 ◦ green 19 ◦ blue 219

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

Shades of Hot Magenta #F713DB

Tints of Hot Magenta #F713DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.92%

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

R = 50.93%
G = 3.92%
B = 45.15%

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

#F713DB (or 0xF713DB) is known color: Hot Magenta. HEX triplet: F7, 13 and DB. RGB value is (247,19,219). Sum of RGB (Red+Green+Blue) = 247+19+219=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 19 (7.81% from 255 or 3.92% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F713DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F713DB is #08EC24. Grayscale: #6D6D6D. Windows color (decimal): -584741 or 14357495. OLE color: 14357495.

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

Color convert

RGB 247 19 219 -
CMYK 0 0.92 0.11 0.03
HSL 307.37º 0.93% 0.52% -
HSV(B) 307.37º 0.92% 0.97% -
XYZ 51.38 25.35 69.2 -
YUV 109.97 189.54 225.74 -
System Red Green Blue C M Y K H S L
Decimal 247 19 219 0 0.92 0.11 0.03 307.37 0.93 0.52
Hex F7 13 DB 0 5C B 3 133 5D 34
Octal 367 23 333 0 134 13 3 463 135 64
Binary 11110111 10011 11011011 0 1011100 1011 11 100110011 1011101 110100

Color Harmonies of #F713DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F713DB

Black with #F713DB

Text Example


Text Example

White with #F713DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F713DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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