Html Css Color HEX #F701CC Hot Magenta

📋 copy color: '#F701CC'

red 247 ◦ green 1 ◦ blue 204

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

Shades of Hot Magenta #F701CC

Tints of Hot Magenta #F701CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 54.65%
G = 0.22%
B = 45.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F701CC (or 0xF701CC) is known color: Hot Magenta. HEX triplet: F7, 01 and CC. RGB value is (247,1,204). Sum of RGB (Red+Green+Blue) = 247+1+204=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F701CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701CC is #08FE33. Grayscale: #616161. Windows color (decimal): -589364 or 13369847. OLE color: 13369847.

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

Color convert

RGB 247 1 204 -
CMYK 0 1.00 0.17 0.03
HSL 310.49º 0.99% 0.49% -
HSV(B) 310.49º 1% 0.97% -
XYZ 49.27 24.16 59.19 -
YUV 97.7 188 234.49 -
System Red Green Blue C M Y K H S L
Decimal 247 1 204 0 1.00 0.17 0.03 310.49 0.99 0.49
Hex F7 1 CC 0 64 11 3 136 63 31
Octal 367 1 314 0 144 21 3 466 143 61
Binary 11110111 1 11001100 0 1100100 10001 11 100110110 1100011 110001

Color Harmonies of #F701CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701CC

Black with #F701CC

Text Example


Text Example

White with #F701CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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