Html Css Color HEX #F608DA Hot Magenta

📋 copy color: '#F608DA'

red 246 ◦ green 8 ◦ blue 218

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

Shades of Hot Magenta #F608DA

Tints of Hot Magenta #F608DA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.69%

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

R = 52.12%
G = 1.69%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F608DA (or 0xF608DA) is known color: Hot Magenta. HEX triplet: F6, 08 and DA. RGB value is (246,8,218). Sum of RGB (Red+Green+Blue) = 246+8+218=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 8 (3.52% from 255 or 1.69% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F608DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F608DA is #09F725. Grayscale: #666666. Windows color (decimal): -653094 or 14289142. OLE color: 14289142.

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

Color convert

RGB 246 8 218 -
CMYK 0 0.97 0.11 0.04
HSL 307.06º 0.94% 0.5% -
HSV(B) 307.06º 0.97% 0.96% -
XYZ 50.75 24.83 68.45 -
YUV 103.1 192.85 229.92 -
System Red Green Blue C M Y K H S L
Decimal 246 8 218 0 0.97 0.11 0.04 307.06 0.94 0.5
Hex F6 8 DA 0 61 B 4 133 5E 32
Octal 366 10 332 0 141 13 4 463 136 62
Binary 11110110 1000 11011010 0 1100001 1011 100 100110011 1011110 110010

Color Harmonies of #F608DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F608DA

Black with #F608DA

Text Example


Text Example

White with #F608DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F608DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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