Html Css Color HEX #F600DA Hot Magenta

📋 copy color: '#F600DA'

red 246 ◦ green 0 ◦ blue 218

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

Shades of Hot Magenta #F600DA

Tints of Hot Magenta #F600DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 53.02%
G = 0%
B = 46.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F600DA (or 0xF600DA) is known color: Hot Magenta. HEX triplet: F6, 00 and DA. RGB value is (246,0,218). Sum of RGB (Red+Green+Blue) = 246+0+218=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F600DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600DA is #09FF25. Grayscale: #616161. Windows color (decimal): -655142 or 14287094. OLE color: 14287094.

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

Color convert

RGB 246 0 218 -
CMYK 0 1 0.11 0.04
HSL 306.83º 1% 0.48% -
HSV(B) 306.83º 1% 0.96% -
XYZ 50.66 24.65 68.42 -
YUV 98.41 195.5 233.27 -
System Red Green Blue C M Y K H S L
Decimal 246 0 218 0 1 0.11 0.04 306.83 1 0.48
Hex F6 0 DA 0 64 B 4 133 64 30
Octal 366 0 332 0 144 13 4 463 144 60
Binary 11110110 0 11011010 0 1100100 1011 100 100110011 1100100 110000

Color Harmonies of #F600DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F600DA

Black with #F600DA

Text Example


Text Example

White with #F600DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F600DA; }

 p { color: rgb(246,0,218); }

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

background-color css

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

 a { background-color: rgb(246,0,218); }

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

border-color css

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

 span { border-color: rgb(246,0,218); }

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