Html Css Color HEX #F001C5 Hot Magenta

📋 copy color: '#F001C5'

red 240 ◦ green 1 ◦ blue 197

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

Shades of Hot Magenta #F001C5

Tints of Hot Magenta #F001C5

RGB

 RED value IS 240 (94.14% from 255) = 54.79%

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

 BLUE value IS 197 (77.34% from 255) = 44.98%

R = 54.79%
G = 0.23%
B = 44.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F001C5 (or 0xF001C5) is known color: Hot Magenta. HEX triplet: F0, 01 and C5. RGB value is (240,1,197). Sum of RGB (Red+Green+Blue) = 240+1+197=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F001C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001C5 is #0FFE3A. Grayscale: #5E5E5E. Windows color (decimal): -1048123 or 12911088. OLE color: 12911088.

HSL color Cylindrical-coordinate representation of color #F001C5: hue angle of 310.79º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001C5 is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 197 -
CMYK 0 1.00 0.18 0.06
HSL 310.8º 0.99% 0.47% -
HSV(B) 310.8º 1% 0.94% -
XYZ 46.02 22.58 54.76 -
YUV 94.81 185.68 231.56 -
System Red Green Blue C M Y K H S L
Decimal 240 1 197 0 1.00 0.18 0.06 310.8 0.99 0.47
Hex F0 1 C5 0 64 12 6 137 63 2F
Octal 360 1 305 0 144 22 6 467 143 57
Binary 11110000 1 11000101 0 1100100 10010 110 100110111 1100011 101111

Color Harmonies of #F001C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001C5

Black with #F001C5

Text Example


Text Example

White with #F001C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001C5; }

 p { color: rgb(240,1,197); }

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

background-color css

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

 a { background-color: rgb(240,1,197); }

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

border-color css

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

 span { border-color: rgb(240,1,197); }

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