Html Css Color HEX #F604DF Hot Magenta

📋 copy color: '#F604DF'

red 246 ◦ green 4 ◦ blue 223

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

Shades of Hot Magenta #F604DF

Tints of Hot Magenta #F604DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 52.01%
G = 0.85%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F604DF (or 0xF604DF) is known color: Hot Magenta. HEX triplet: F6, 04 and DF. RGB value is (246,4,223). Sum of RGB (Red+Green+Blue) = 246+4+223=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 4 (1.95% from 255 or 0.85% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F604DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F604DF is #09FB20. Grayscale: #646464. Windows color (decimal): -654113 or 14615798. OLE color: 14615798.

HSL color Cylindrical-coordinate representation of color #F604DF: hue angle of 305.7º 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 #F604DF is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 4 223 -
CMYK 0 0.98 0.09 0.04
HSL 305.7º 0.97% 0.49% -
HSV(B) 305.7º 0.98% 0.96% -
XYZ 51.37 25.01 71.93 -
YUV 101.32 196.67 231.19 -
System Red Green Blue C M Y K H S L
Decimal 246 4 223 0 0.98 0.09 0.04 305.7 0.97 0.49
Hex F6 4 DF 0 62 9 4 132 61 31
Octal 366 4 337 0 142 11 4 462 141 61
Binary 11110110 100 11011111 0 1100010 1001 100 100110010 1100001 110001

Color Harmonies of #F604DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F604DF

Black with #F604DF

Text Example


Text Example

White with #F604DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F604DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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