Html Css Color HEX #F601DD Hot Magenta

📋 copy color: '#F601DD'

red 246 ◦ green 1 ◦ blue 221

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

Shades of Hot Magenta #F601DD

Tints of Hot Magenta #F601DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 52.56%
G = 0.21%
B = 47.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F601DD (or 0xF601DD) is known color: Hot Magenta. HEX triplet: F6, 01 and DD. RGB value is (246,1,221). Sum of RGB (Red+Green+Blue) = 246+1+221=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 1 (0.78% from 255 or 0.21% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F601DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601DD is #09FE22. Grayscale: #626262. Windows color (decimal): -654883 or 14483958. OLE color: 14483958.

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

Color convert

RGB 246 1 221 -
CMYK 0 1.00 0.10 0.04
HSL 306.12º 0.99% 0.48% -
HSV(B) 306.12º 1% 0.96% -
XYZ 51.07 24.84 70.51 -
YUV 99.34 196.67 232.61 -
System Red Green Blue C M Y K H S L
Decimal 246 1 221 0 1.00 0.10 0.04 306.12 0.99 0.48
Hex F6 1 DD 0 64 A 4 132 63 30
Octal 366 1 335 0 144 12 4 462 143 60
Binary 11110110 1 11011101 0 1100100 1010 100 100110010 1100011 110000

Color Harmonies of #F601DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F601DD

Black with #F601DD

Text Example


Text Example

White with #F601DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F601DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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