Html Css Color HEX #F604CE Hot Magenta

📋 copy color: '#F604CE'

red 246 ◦ green 4 ◦ blue 206

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

Shades of Hot Magenta #F604CE

Tints of Hot Magenta #F604CE

RGB

 RED value IS 246 (96.48% from 255) = 53.95%

 GREEN value IS 4 (1.95% from 255) = 0.88%

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 53.95%
G = 0.88%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F604CE (or 0xF604CE) is known color: Hot Magenta. HEX triplet: F6, 04 and CE. RGB value is (246,4,206). Sum of RGB (Red+Green+Blue) = 246+4+206=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 4 (1.95% from 255 or 0.88% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F604CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F604CE is #09FB31. Grayscale: #626262. Windows color (decimal): -654130 or 13501686. OLE color: 13501686.

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

Color convert

RGB 246 4 206 -
CMYK 0 0.98 0.16 0.04
HSL 309.92º 0.97% 0.49% -
HSV(B) 309.92º 0.98% 0.96% -
XYZ 49.19 24.14 60.46 -
YUV 99.39 188.17 232.57 -
System Red Green Blue C M Y K H S L
Decimal 246 4 206 0 0.98 0.16 0.04 309.92 0.97 0.49
Hex F6 4 CE 0 62 10 4 136 61 31
Octal 366 4 316 0 142 20 4 466 141 61
Binary 11110110 100 11001110 0 1100010 10000 100 100110110 1100001 110001

Color Harmonies of #F604CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F604CE

Black with #F604CE

Text Example


Text Example

White with #F604CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F604CE; }

 p { color: rgb(246,4,206); }

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

background-color css

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

 a { background-color: rgb(246,4,206); }

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

border-color css

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

 span { border-color: rgb(246,4,206); }

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