Html Css Color HEX #F601D4 Hot Magenta

📋 copy color: '#F601D4'

red 246 ◦ green 1 ◦ blue 212

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

Shades of Hot Magenta #F601D4

Tints of Hot Magenta #F601D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.19%

R = 53.59%
G = 0.22%
B = 46.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F601D4 (or 0xF601D4) is known color: Hot Magenta. HEX triplet: F6, 01 and D4. RGB value is (246,1,212). Sum of RGB (Red+Green+Blue) = 246+1+212=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F601D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601D4 is #09FE2B. Grayscale: #616161. Windows color (decimal): -654892 or 13894134. OLE color: 13894134.

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

Color convert

RGB 246 1 212 -
CMYK 0 1.00 0.14 0.04
HSL 308.33º 0.99% 0.48% -
HSV(B) 308.33º 1% 0.96% -
XYZ 49.9 24.37 64.36 -
YUV 98.31 192.17 233.34 -
System Red Green Blue C M Y K H S L
Decimal 246 1 212 0 1.00 0.14 0.04 308.33 0.99 0.48
Hex F6 1 D4 0 64 E 4 134 63 30
Octal 366 1 324 0 144 16 4 464 143 60
Binary 11110110 1 11010100 0 1100100 1110 100 100110100 1100011 110000

Color Harmonies of #F601D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F601D4

Black with #F601D4

Text Example


Text Example

White with #F601D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F601D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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