Html Css Color HEX #F000C5 Hot Magenta

📋 copy color: '#F000C5'

red 240 ◦ green 0 ◦ blue 197

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

Shades of Hot Magenta #F000C5

Tints of Hot Magenta #F000C5

RGB

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

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

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

R = 54.92%
G = 0%
B = 45.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F000C5 (or 0xF000C5) is known color: Hot Magenta. HEX triplet: F0, 00 and C5. RGB value is (240,0,197). Sum of RGB (Red+Green+Blue) = 240+0+197=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F000C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000C5 is #0FFF3A. Grayscale: #5D5D5D. Windows color (decimal): -1048379 or 12910832. OLE color: 12910832.

HSL color Cylindrical-coordinate representation of color #F000C5: hue angle of 310.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 #F000C5 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 0 197 -
CMYK 0 1 0.18 0.06
HSL 310.75º 1% 0.47% -
HSV(B) 310.75º 1% 0.94% -
XYZ 46.01 22.56 54.75 -
YUV 94.22 186.01 231.98 -
System Red Green Blue C M Y K H S L
Decimal 240 0 197 0 1 0.18 0.06 310.75 1 0.47
Hex F0 0 C5 0 64 12 6 137 64 2F
Octal 360 0 305 0 144 22 6 467 144 57
Binary 11110000 0 11000101 0 1100100 10010 110 100110111 1100100 101111

Color Harmonies of #F000C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000C5

Black with #F000C5

Text Example


Text Example

White with #F000C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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