Html Css Color HEX #F713DA Hot Magenta

📋 copy color: '#F713DA'

red 247 ◦ green 19 ◦ blue 218

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

Shades of Hot Magenta #F713DA

Tints of Hot Magenta #F713DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 51.03%
G = 3.93%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F713DA (or 0xF713DA) is known color: Hot Magenta. HEX triplet: F7, 13 and DA. RGB value is (247,19,218). Sum of RGB (Red+Green+Blue) = 247+19+218=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 19 (7.81% from 255 or 3.93% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F713DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F713DA is #08EC25. Grayscale: #6D6D6D. Windows color (decimal): -584742 or 14291959. OLE color: 14291959.

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

Color convert

RGB 247 19 218 -
CMYK 0 0.92 0.12 0.03
HSL 307.63º 0.93% 0.52% -
HSV(B) 307.63º 0.92% 0.97% -
XYZ 51.25 25.3 68.51 -
YUV 109.86 189.04 225.82 -
System Red Green Blue C M Y K H S L
Decimal 247 19 218 0 0.92 0.12 0.03 307.63 0.93 0.52
Hex F7 13 DA 0 5C C 3 134 5D 34
Octal 367 23 332 0 134 14 3 464 135 64
Binary 11110111 10011 11011010 0 1011100 1100 11 100110100 1011101 110100

Color Harmonies of #F713DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F713DA

Black with #F713DA

Text Example


Text Example

White with #F713DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F713DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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