Html Css Color HEX #F601D5 Hot Magenta

📋 copy color: '#F601D5'

red 246 ◦ green 1 ◦ blue 213

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

Shades of Hot Magenta #F601D5

Tints of Hot Magenta #F601D5

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 213 (83.59% from 255) = 46.3%

R = 53.48%
G = 0.22%
B = 46.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F601D5 (or 0xF601D5) is known color: Hot Magenta. HEX triplet: F6, 01 and D5. RGB value is (246,1,213). Sum of RGB (Red+Green+Blue) = 246+1+213=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F601D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601D5 is #09FE2A. Grayscale: #616161. Windows color (decimal): -654891 or 13959670. OLE color: 13959670.

HSL color Cylindrical-coordinate representation of color #F601D5: hue angle of 308.08º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F601D5 is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 1 213 -
CMYK 0 1.00 0.13 0.04
HSL 308.08º 0.99% 0.48% -
HSV(B) 308.08º 1% 0.96% -
XYZ 50.03 24.42 65.03 -
YUV 98.42 192.67 233.26 -
System Red Green Blue C M Y K H S L
Decimal 246 1 213 0 1.00 0.13 0.04 308.08 0.99 0.48
Hex F6 1 D5 0 64 D 4 134 63 30
Octal 366 1 325 0 144 15 4 464 143 60
Binary 11110110 1 11010101 0 1100100 1101 100 100110100 1100011 110000

Color Harmonies of #F601D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F601D5

Black with #F601D5

Text Example


Text Example

White with #F601D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F601D5; }

 p { color: rgb(246,1,213); }

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

background-color css

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

 a { background-color: rgb(246,1,213); }

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

border-color css

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

 span { border-color: rgb(246,1,213); }

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