Html Css Color HEX #F70FD1 Hot Magenta

📋 copy color: '#F70FD1'

red 247 ◦ green 15 ◦ blue 209

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

Shades of Hot Magenta #F70FD1

Tints of Hot Magenta #F70FD1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.18%

 BLUE value IS 209 (82.03% from 255) = 44.37%

R = 52.44%
G = 3.18%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F70FD1 (or 0xF70FD1) is known color: Hot Magenta. HEX triplet: F7, 0F and D1. RGB value is (247,15,209). Sum of RGB (Red+Green+Blue) = 247+15+209=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FD1 is #08F02E. Grayscale: #696969. Windows color (decimal): -585775 or 13701111. OLE color: 13701111.

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

Color convert

RGB 247 15 209 -
CMYK 0 0.94 0.15 0.03
HSL 309.83º 0.94% 0.51% -
HSV(B) 309.83º 0.94% 0.97% -
XYZ 50.04 24.72 62.46 -
YUV 106.48 185.86 228.23 -
System Red Green Blue C M Y K H S L
Decimal 247 15 209 0 0.94 0.15 0.03 309.83 0.94 0.51
Hex F7 F D1 0 5E F 3 136 5E 33
Octal 367 17 321 0 136 17 3 466 136 63
Binary 11110111 1111 11010001 0 1011110 1111 11 100110110 1011110 110011

Color Harmonies of #F70FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70FD1

Black with #F70FD1

Text Example


Text Example

White with #F70FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70FD1; }

 p { color: rgb(247,15,209); }

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

background-color css

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

 a { background-color: rgb(247,15,209); }

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

border-color css

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

 span { border-color: rgb(247,15,209); }

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