Html Css Color HEX #F701CF Hot Magenta

📋 copy color: '#F701CF'

red 247 ◦ green 1 ◦ blue 207

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

Shades of Hot Magenta #F701CF

Tints of Hot Magenta #F701CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 54.29%
G = 0.22%
B = 45.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F701CF (or 0xF701CF) is known color: Hot Magenta. HEX triplet: F7, 01 and CF. RGB value is (247,1,207). Sum of RGB (Red+Green+Blue) = 247+1+207=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F701CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701CF is #08FE30. Grayscale: #616161. Windows color (decimal): -589361 or 13566455. OLE color: 13566455.

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

Color convert

RGB 247 1 207 -
CMYK 0 1.00 0.16 0.03
HSL 309.76º 0.99% 0.49% -
HSV(B) 309.76º 1% 0.97% -
XYZ 49.63 24.3 61.11 -
YUV 98.04 189.5 234.25 -
System Red Green Blue C M Y K H S L
Decimal 247 1 207 0 1.00 0.16 0.03 309.76 0.99 0.49
Hex F7 1 CF 0 64 10 3 136 63 31
Octal 367 1 317 0 144 20 3 466 143 61
Binary 11110111 1 11001111 0 1100100 10000 11 100110110 1100011 110001

Color Harmonies of #F701CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701CF

Black with #F701CF

Text Example


Text Example

White with #F701CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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