Html Css Color HEX #F603DC Hot Magenta

📋 copy color: '#F603DC'

red 246 ◦ green 3 ◦ blue 220

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

Shades of Hot Magenta #F603DC

Tints of Hot Magenta #F603DC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.64%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 52.45%
G = 0.64%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F603DC (or 0xF603DC) is known color: Hot Magenta. HEX triplet: F6, 03 and DC. RGB value is (246,3,220). Sum of RGB (Red+Green+Blue) = 246+3+220=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 3 (1.56% from 255 or 0.64% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F603DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F603DC is #09FC23. Grayscale: #636363. Windows color (decimal): -654372 or 14418934. OLE color: 14418934.

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

Color convert

RGB 246 3 220 -
CMYK 0 0.99 0.11 0.04
HSL 306.42º 0.98% 0.49% -
HSV(B) 306.42º 0.99% 0.96% -
XYZ 50.96 24.83 69.82 -
YUV 100.4 195.51 231.86 -
System Red Green Blue C M Y K H S L
Decimal 246 3 220 0 0.99 0.11 0.04 306.42 0.98 0.49
Hex F6 3 DC 0 63 B 4 132 62 31
Octal 366 3 334 0 143 13 4 462 142 61
Binary 11110110 11 11011100 0 1100011 1011 100 100110010 1100010 110001

Color Harmonies of #F603DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F603DC

Black with #F603DC

Text Example


Text Example

White with #F603DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F603DC; }

 p { color: rgb(246,3,220); }

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

background-color css

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

 a { background-color: rgb(246,3,220); }

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

border-color css

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

 span { border-color: rgb(246,3,220); }

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