Html Css Color HEX #F611DA Hot Magenta

📋 copy color: '#F611DA'

red 246 ◦ green 17 ◦ blue 218

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

Shades of Hot Magenta #F611DA

Tints of Hot Magenta #F611DA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.53%

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

R = 51.14%
G = 3.53%
B = 45.32%

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

#F611DA (or 0xF611DA) is known color: Hot Magenta. HEX triplet: F6, 11 and DA. RGB value is (246,17,218). Sum of RGB (Red+Green+Blue) = 246+17+218=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 17 (7.03% from 255 or 3.53% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F611DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F611DA is #09EE25. Grayscale: #6B6B6B. Windows color (decimal): -650790 or 14291446. OLE color: 14291446.

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

Color convert

RGB 246 17 218 -
CMYK 0 0.93 0.11 0.04
HSL 307.34º 0.93% 0.52% -
HSV(B) 307.34º 0.93% 0.96% -
XYZ 50.86 25.06 68.49 -
YUV 108.39 189.87 226.16 -
System Red Green Blue C M Y K H S L
Decimal 246 17 218 0 0.93 0.11 0.04 307.34 0.93 0.52
Hex F6 11 DA 0 5D B 4 133 5D 34
Octal 366 21 332 0 135 13 4 463 135 64
Binary 11110110 10001 11011010 0 1011101 1011 100 100110011 1011101 110100

Color Harmonies of #F611DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F611DA

Black with #F611DA

Text Example


Text Example

White with #F611DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F611DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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