Html Css Color HEX #F603DD Hot Magenta

📋 copy color: '#F603DD'

red 246 ◦ green 3 ◦ blue 221

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

Shades of Hot Magenta #F603DD

Tints of Hot Magenta #F603DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 52.34%
G = 0.64%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F603DD (or 0xF603DD) is known color: Hot Magenta. HEX triplet: F6, 03 and DD. RGB value is (246,3,221). Sum of RGB (Red+Green+Blue) = 246+3+221=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F603DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F603DD is #09FC22. Grayscale: #636363. Windows color (decimal): -654371 or 14484470. OLE color: 14484470.

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

Color convert

RGB 246 3 221 -
CMYK 0 0.99 0.10 0.04
HSL 306.17º 0.98% 0.49% -
HSV(B) 306.17º 0.99% 0.96% -
XYZ 51.09 24.88 70.52 -
YUV 100.51 196.01 231.77 -
System Red Green Blue C M Y K H S L
Decimal 246 3 221 0 0.99 0.10 0.04 306.17 0.98 0.49
Hex F6 3 DD 0 63 A 4 132 62 31
Octal 366 3 335 0 143 12 4 462 142 61
Binary 11110110 11 11011101 0 1100011 1010 100 100110010 1100010 110001

Color Harmonies of #F603DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F603DD

Black with #F603DD

Text Example


Text Example

White with #F603DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F603DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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