Html Css Color HEX #F610D1 Hot Magenta

📋 copy color: '#F610D1'

red 246 ◦ green 16 ◦ blue 209

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

Shades of Hot Magenta #F610D1

Tints of Hot Magenta #F610D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.37%

R = 52.23%
G = 3.4%
B = 44.37%

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

#F610D1 (or 0xF610D1) is known color: Hot Magenta. HEX triplet: F6, 10 and D1. RGB value is (246,16,209). Sum of RGB (Red+Green+Blue) = 246+16+209=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F610D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610D1 is #09EF2E. Grayscale: #6A6A6A. Windows color (decimal): -651055 or 13701366. OLE color: 13701366.

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

Color convert

RGB 246 16 209 -
CMYK 0 0.93 0.15 0.04
HSL 309.65º 0.93% 0.51% -
HSV(B) 309.65º 0.93% 0.96% -
XYZ 49.7 24.57 62.44 -
YUV 106.77 185.7 227.31 -
System Red Green Blue C M Y K H S L
Decimal 246 16 209 0 0.93 0.15 0.04 309.65 0.93 0.51
Hex F6 10 D1 0 5D F 4 136 5D 33
Octal 366 20 321 0 135 17 4 466 135 63
Binary 11110110 10000 11010001 0 1011101 1111 100 100110110 1011101 110011

Color Harmonies of #F610D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F610D1

Black with #F610D1

Text Example


Text Example

White with #F610D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F610D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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