Html Css Color HEX #F701DF Hot Magenta

📋 copy color: '#F701DF'

red 247 ◦ green 1 ◦ blue 223

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

Shades of Hot Magenta #F701DF

Tints of Hot Magenta #F701DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 52.44%
G = 0.21%
B = 47.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F701DF (or 0xF701DF) is known color: Hot Magenta. HEX triplet: F7, 01 and DF. RGB value is (247,1,223). Sum of RGB (Red+Green+Blue) = 247+1+223=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F701DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701DF is #08FE20. Grayscale: #636363. Windows color (decimal): -589345 or 14615031. OLE color: 14615031.

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

Color convert

RGB 247 1 223 -
CMYK 0 1.00 0.10 0.03
HSL 305.85º 0.99% 0.49% -
HSV(B) 305.85º 1% 0.97% -
XYZ 51.69 25.12 71.94 -
YUV 99.86 197.5 232.95 -
System Red Green Blue C M Y K H S L
Decimal 247 1 223 0 1.00 0.10 0.03 305.85 0.99 0.49
Hex F7 1 DF 0 64 A 3 132 63 31
Octal 367 1 337 0 144 12 3 462 143 61
Binary 11110111 1 11011111 0 1100100 1010 11 100110010 1100011 110001

Color Harmonies of #F701DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701DF

Black with #F701DF

Text Example


Text Example

White with #F701DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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