Html Css Color HEX #F701D2 Hot Magenta

📋 copy color: '#F701D2'

red 247 ◦ green 1 ◦ blue 210

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

Shades of Hot Magenta #F701D2

Tints of Hot Magenta #F701D2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 210 (82.42% from 255) = 45.85%

R = 53.93%
G = 0.22%
B = 45.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F701D2 (or 0xF701D2) is known color: Hot Magenta. HEX triplet: F7, 01 and D2. RGB value is (247,1,210). Sum of RGB (Red+Green+Blue) = 247+1+210=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F701D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701D2 is #08FE2D. Grayscale: #616161. Windows color (decimal): -589358 or 13763063. OLE color: 13763063.

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

Color convert

RGB 247 1 210 -
CMYK 0 1.00 0.15 0.03
HSL 309.02º 0.99% 0.49% -
HSV(B) 309.02º 1% 0.97% -
XYZ 50 24.45 63.06 -
YUV 98.38 191 234.01 -
System Red Green Blue C M Y K H S L
Decimal 247 1 210 0 1.00 0.15 0.03 309.02 0.99 0.49
Hex F7 1 D2 0 64 F 3 135 63 31
Octal 367 1 322 0 144 17 3 465 143 61
Binary 11110111 1 11010010 0 1100100 1111 11 100110101 1100011 110001

Color Harmonies of #F701D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701D2

Black with #F701D2

Text Example


Text Example

White with #F701D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701D2; }

 p { color: rgb(247,1,210); }

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

background-color css

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

 a { background-color: rgb(247,1,210); }

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

border-color css

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

 span { border-color: rgb(247,1,210); }

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