Html Css Color HEX #F800C0 Hot Magenta

📋 copy color: '#F800C0'

red 248 ◦ green 0 ◦ blue 192

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

Shades of Hot Magenta #F800C0

Tints of Hot Magenta #F800C0

RGB

 RED value IS 248 (97.27% from 255) = 56.36%

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

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 56.36%
G = 0%
B = 43.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F800C0 (or 0xF800C0) is known color: Hot Magenta. HEX triplet: F8, 00 and C0. RGB value is (248,0,192). Sum of RGB (Red+Green+Blue) = 248+0+192=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F800C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800C0 is #07FF3F. Grayscale: #5F5F5F. Windows color (decimal): -524096 or 12583160. OLE color: 12583160.

HSL color Cylindrical-coordinate representation of color #F800C0: hue angle of 313.55º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800C0 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 0 192 -
CMYK 0 1 0.23 0.03
HSL 313.55º 1% 0.49% -
HSV(B) 313.55º 1% 0.97% -
XYZ 48.23 23.76 51.91 -
YUV 96.04 182.16 236.39 -
System Red Green Blue C M Y K H S L
Decimal 248 0 192 0 1 0.23 0.03 313.55 1 0.49
Hex F8 0 C0 0 64 17 3 13A 64 31
Octal 370 0 300 0 144 27 3 472 144 61
Binary 11111000 0 11000000 0 1100100 10111 11 100111010 1100100 110001

Color Harmonies of #F800C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800C0

Black with #F800C0

Text Example


Text Example

White with #F800C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800C0; }

 p { color: rgb(248,0,192); }

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

background-color css

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

 a { background-color: rgb(248,0,192); }

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

border-color css

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

 span { border-color: rgb(248,0,192); }

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