Html Css Color HEX #F701D1 Hot Magenta

📋 copy color: '#F701D1'

red 247 ◦ green 1 ◦ blue 209

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

Shades of Hot Magenta #F701D1

Tints of Hot Magenta #F701D1

RGB

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

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

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

R = 54.05%
G = 0.22%
B = 45.73%

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

#F701D1 (or 0xF701D1) is known color: Hot Magenta. HEX triplet: F7, 01 and D1. RGB value is (247,1,209). Sum of RGB (Red+Green+Blue) = 247+1+209=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F701D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701D1 is #08FE2E. Grayscale: #616161. Windows color (decimal): -589359 or 13697527. OLE color: 13697527.

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

Color convert

RGB 247 1 209 -
CMYK 0 1.00 0.15 0.03
HSL 309.27º 0.99% 0.49% -
HSV(B) 309.27º 1% 0.97% -
XYZ 49.88 24.4 62.4 -
YUV 98.27 190.5 234.09 -
System Red Green Blue C M Y K H S L
Decimal 247 1 209 0 1.00 0.15 0.03 309.27 0.99 0.49
Hex F7 1 D1 0 64 F 3 135 63 31
Octal 367 1 321 0 144 17 3 465 143 61
Binary 11110111 1 11010001 0 1100100 1111 11 100110101 1100011 110001

Color Harmonies of #F701D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701D1

Black with #F701D1

Text Example


Text Example

White with #F701D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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