Html Css Color HEX #F710D4 Hot Magenta

📋 copy color: '#F710D4'

red 247 ◦ green 16 ◦ blue 212

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

Shades of Hot Magenta #F710D4

Tints of Hot Magenta #F710D4

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.37%

 BLUE value IS 212 (83.2% from 255) = 44.63%

R = 52%
G = 3.37%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F710D4 (or 0xF710D4) is known color: Hot Magenta. HEX triplet: F7, 10 and D4. RGB value is (247,16,212). Sum of RGB (Red+Green+Blue) = 247+16+212=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F710D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710D4 is #08EF2B. Grayscale: #6A6A6A. Windows color (decimal): -585516 or 13897975. OLE color: 13897975.

HSL color Cylindrical-coordinate representation of color #F710D4: hue angle of 309.09º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F710D4 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 16 212 -
CMYK 0 0.94 0.14 0.03
HSL 309.09º 0.94% 0.52% -
HSV(B) 309.09º 0.94% 0.97% -
XYZ 50.43 24.9 64.44 -
YUV 107.41 187.03 227.56 -
System Red Green Blue C M Y K H S L
Decimal 247 16 212 0 0.94 0.14 0.03 309.09 0.94 0.52
Hex F7 10 D4 0 5E E 3 135 5E 34
Octal 367 20 324 0 136 16 3 465 136 64
Binary 11110111 10000 11010100 0 1011110 1110 11 100110101 1011110 110100

Color Harmonies of #F710D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F710D4

Black with #F710D4

Text Example


Text Example

White with #F710D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F710D4; }

 p { color: rgb(247,16,212); }

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

background-color css

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

 a { background-color: rgb(247,16,212); }

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

border-color css

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

 span { border-color: rgb(247,16,212); }

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