Html Css Color HEX #F605D1 Hot Magenta

📋 copy color: '#F605D1'

red 246 ◦ green 5 ◦ blue 209

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

Shades of Hot Magenta #F605D1

Tints of Hot Magenta #F605D1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.09%

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

R = 53.48%
G = 1.09%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F605D1 (or 0xF605D1) is known color: Hot Magenta. HEX triplet: F6, 05 and D1. RGB value is (246,5,209). Sum of RGB (Red+Green+Blue) = 246+5+209=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 5 (2.34% from 255 or 1.09% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F605D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605D1 is #09FA2E. Grayscale: #636363. Windows color (decimal): -653871 or 13698550. OLE color: 13698550.

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

Color convert

RGB 246 5 209 -
CMYK 0 0.98 0.15 0.04
HSL 309.21º 0.96% 0.49% -
HSV(B) 309.21º 0.98% 0.96% -
XYZ 49.57 24.3 62.4 -
YUV 100.32 189.34 231.91 -
System Red Green Blue C M Y K H S L
Decimal 246 5 209 0 0.98 0.15 0.04 309.21 0.96 0.49
Hex F6 5 D1 0 62 F 4 135 60 31
Octal 366 5 321 0 142 17 4 465 140 61
Binary 11110110 101 11010001 0 1100010 1111 100 100110101 1100000 110001

Color Harmonies of #F605D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F605D1

Black with #F605D1

Text Example


Text Example

White with #F605D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F605D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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