Html Css Color HEX #F407CC Hot Magenta

📋 copy color: '#F407CC'

red 244 ◦ green 7 ◦ blue 204

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

Shades of Hot Magenta #F407CC

Tints of Hot Magenta #F407CC

RGB

 RED value IS 244 (95.7% from 255) = 53.63%

 GREEN value IS 7 (3.13% from 255) = 1.54%

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

R = 53.63%
G = 1.54%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F407CC (or 0xF407CC) is known color: Hot Magenta. HEX triplet: F4, 07 and CC. RGB value is (244,7,204). Sum of RGB (Red+Green+Blue) = 244+7+204=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F407CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F407CC is #0BF833. Grayscale: #636363. Windows color (decimal): -784436 or 13371380. OLE color: 13371380.

HSL color Cylindrical-coordinate representation of color #F407CC: hue angle of 310.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407CC is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 7 204 -
CMYK 0 0.97 0.16 0.04
HSL 310.13º 0.94% 0.49% -
HSV(B) 310.13º 0.97% 0.96% -
XYZ 48.28 23.74 59.17 -
YUV 100.32 186.52 230.48 -
System Red Green Blue C M Y K H S L
Decimal 244 7 204 0 0.97 0.16 0.04 310.13 0.94 0.49
Hex F4 7 CC 0 61 10 4 136 5E 31
Octal 364 7 314 0 141 20 4 466 136 61
Binary 11110100 111 11001100 0 1100001 10000 100 100110110 1011110 110001

Color Harmonies of #F407CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F407CC

Black with #F407CC

Text Example


Text Example

White with #F407CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F407CC; }

 p { color: rgb(244,7,204); }

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

background-color css

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

 a { background-color: rgb(244,7,204); }

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

border-color css

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

 span { border-color: rgb(244,7,204); }

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