Html Css Color HEX #F000C9 Hot Magenta

📋 copy color: '#F000C9'

red 240 ◦ green 0 ◦ blue 201

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

Shades of Hot Magenta #F000C9

Tints of Hot Magenta #F000C9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 201 (78.91% from 255) = 45.58%

R = 54.42%
G = 0%
B = 45.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F000C9 (or 0xF000C9) is known color: Hot Magenta. HEX triplet: F0, 00 and C9. RGB value is (240,0,201). Sum of RGB (Red+Green+Blue) = 240+0+201=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F000C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000C9 is #0FFF36. Grayscale: #5E5E5E. Windows color (decimal): -1048375 or 13172976. OLE color: 13172976.

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

Color convert

RGB 240 0 201 -
CMYK 0 1 0.16 0.06
HSL 309.75º 1% 0.47% -
HSV(B) 309.75º 1% 0.94% -
XYZ 46.48 22.74 57.2 -
YUV 94.67 188.01 231.66 -
System Red Green Blue C M Y K H S L
Decimal 240 0 201 0 1 0.16 0.06 309.75 1 0.47
Hex F0 0 C9 0 64 10 6 136 64 2F
Octal 360 0 311 0 144 20 6 466 144 57
Binary 11110000 0 11001001 0 1100100 10000 110 100110110 1100100 101111

Color Harmonies of #F000C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000C9

Black with #F000C9

Text Example


Text Example

White with #F000C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000C9; }

 p { color: rgb(240,0,201); }

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

background-color css

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

 a { background-color: rgb(240,0,201); }

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

border-color css

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

 span { border-color: rgb(240,0,201); }

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