Html Css Color HEX #F610DA Hot Magenta

📋 copy color: '#F610DA'

red 246 ◦ green 16 ◦ blue 218

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

Shades of Hot Magenta #F610DA

Tints of Hot Magenta #F610DA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.33%

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

R = 51.25%
G = 3.33%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F610DA (or 0xF610DA) is known color: Hot Magenta. HEX triplet: F6, 10 and DA. RGB value is (246,16,218). Sum of RGB (Red+Green+Blue) = 246+16+218=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 16 (6.64% from 255 or 3.33% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F610DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610DA is #09EF25. Grayscale: #6B6B6B. Windows color (decimal): -651046 or 14291190. OLE color: 14291190.

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

Color convert

RGB 246 16 218 -
CMYK 0 0.93 0.11 0.04
HSL 307.3º 0.93% 0.51% -
HSV(B) 307.3º 0.93% 0.96% -
XYZ 50.85 25.03 68.48 -
YUV 107.8 190.2 226.57 -
System Red Green Blue C M Y K H S L
Decimal 246 16 218 0 0.93 0.11 0.04 307.3 0.93 0.51
Hex F6 10 DA 0 5D B 4 133 5D 33
Octal 366 20 332 0 135 13 4 463 135 63
Binary 11110110 10000 11011010 0 1011101 1011 100 100110011 1011101 110011

Color Harmonies of #F610DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F610DA

Black with #F610DA

Text Example


Text Example

White with #F610DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F610DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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