Html Css Color HEX #F701DD Hot Magenta

📋 copy color: '#F701DD'

red 247 ◦ green 1 ◦ blue 221

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

Shades of Hot Magenta #F701DD

Tints of Hot Magenta #F701DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 52.67%
G = 0.21%
B = 47.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F701DD (or 0xF701DD) is known color: Hot Magenta. HEX triplet: F7, 01 and DD. RGB value is (247,1,221). Sum of RGB (Red+Green+Blue) = 247+1+221=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 1 (0.78% from 255 or 0.21% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F701DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701DD is #08FE22. Grayscale: #636363. Windows color (decimal): -589347 or 14483959. OLE color: 14483959.

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

Color convert

RGB 247 1 221 -
CMYK 0 1.00 0.11 0.03
HSL 306.34º 0.99% 0.49% -
HSV(B) 306.34º 1% 0.97% -
XYZ 51.42 25.02 70.53 -
YUV 99.63 196.5 233.11 -
System Red Green Blue C M Y K H S L
Decimal 247 1 221 0 1.00 0.11 0.03 306.34 0.99 0.49
Hex F7 1 DD 0 64 B 3 132 63 31
Octal 367 1 335 0 144 13 3 462 143 61
Binary 11110111 1 11011101 0 1100100 1011 11 100110010 1100011 110001

Color Harmonies of #F701DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701DD

Black with #F701DD

Text Example


Text Example

White with #F701DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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