Html Css Color HEX #F603DF Hot Magenta

📋 copy color: '#F603DF'

red 246 ◦ green 3 ◦ blue 223

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

Shades of Hot Magenta #F603DF

Tints of Hot Magenta #F603DF

RGB

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

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

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

R = 52.12%
G = 0.64%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F603DF (or 0xF603DF) is known color: Hot Magenta. HEX triplet: F6, 03 and DF. RGB value is (246,3,223). Sum of RGB (Red+Green+Blue) = 246+3+223=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 3 (1.56% from 255 or 0.64% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F603DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F603DF is #09FC20. Grayscale: #646464. Windows color (decimal): -654369 or 14615542. OLE color: 14615542.

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

Color convert

RGB 246 3 223 -
CMYK 0 0.99 0.09 0.04
HSL 305.68º 0.98% 0.49% -
HSV(B) 305.68º 0.99% 0.96% -
XYZ 51.36 24.99 71.93 -
YUV 100.74 197.01 231.61 -
System Red Green Blue C M Y K H S L
Decimal 246 3 223 0 0.99 0.09 0.04 305.68 0.98 0.49
Hex F6 3 DF 0 63 9 4 132 62 31
Octal 366 3 337 0 143 11 4 462 142 61
Binary 11110110 11 11011111 0 1100011 1001 100 100110010 1100010 110001

Color Harmonies of #F603DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F603DF

Black with #F603DF

Text Example


Text Example

White with #F603DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F603DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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