Html Css Color HEX #F611D2 Hot Magenta

📋 copy color: '#F611D2'

red 246 ◦ green 17 ◦ blue 210

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

Shades of Hot Magenta #F611D2

Tints of Hot Magenta #F611D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.4%

R = 52.01%
G = 3.59%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F611D2 (or 0xF611D2) is known color: Hot Magenta. HEX triplet: F6, 11 and D2. RGB value is (246,17,210). Sum of RGB (Red+Green+Blue) = 246+17+210=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 17 (7.03% from 255 or 3.59% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F611D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F611D2 is #09EE2D. Grayscale: #6A6A6A. Windows color (decimal): -650798 or 13767158. OLE color: 13767158.

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

Color convert

RGB 246 17 210 -
CMYK 0 0.93 0.15 0.04
HSL 309.43º 0.93% 0.52% -
HSV(B) 309.43º 0.93% 0.96% -
XYZ 49.84 24.65 63.1 -
YUV 107.47 185.87 226.81 -
System Red Green Blue C M Y K H S L
Decimal 246 17 210 0 0.93 0.15 0.04 309.43 0.93 0.52
Hex F6 11 D2 0 5D F 4 135 5D 34
Octal 366 21 322 0 135 17 4 465 135 64
Binary 11110110 10001 11010010 0 1011101 1111 100 100110101 1011101 110100

Color Harmonies of #F611D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F611D2

Black with #F611D2

Text Example


Text Example

White with #F611D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F611D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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