Html Css Color HEX #F80DCF Hot Magenta

📋 copy color: '#F80DCF'

red 248 ◦ green 13 ◦ blue 207

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

Shades of Hot Magenta #F80DCF

Tints of Hot Magenta #F80DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.78%

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 52.99%
G = 2.78%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F80DCF (or 0xF80DCF) is known color: Hot Magenta. HEX triplet: F8, 0D and CF. RGB value is (248,13,207). Sum of RGB (Red+Green+Blue) = 248+13+207=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 13 (5.47% from 255 or 2.78% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DCF is #07F230. Grayscale: #686868. Windows color (decimal): -520753 or 13569528. OLE color: 13569528.

HSL color Cylindrical-coordinate representation of color #F80DCF: hue angle of 310.47º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80DCF is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 13 207 -
CMYK 0 0.95 0.17 0.03
HSL 310.47º 0.94% 0.51% -
HSV(B) 310.47º 0.95% 0.97% -
XYZ 50.12 24.75 61.17 -
YUV 105.38 185.36 229.73 -
System Red Green Blue C M Y K H S L
Decimal 248 13 207 0 0.95 0.17 0.03 310.47 0.94 0.51
Hex F8 D CF 0 5F 11 3 136 5E 33
Octal 370 15 317 0 137 21 3 466 136 63
Binary 11111000 1101 11001111 0 1011111 10001 11 100110110 1011110 110011

Color Harmonies of #F80DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DCF

Black with #F80DCF

Text Example


Text Example

White with #F80DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DCF; }

 p { color: rgb(248,13,207); }

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

background-color css

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

 a { background-color: rgb(248,13,207); }

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

border-color css

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

 span { border-color: rgb(248,13,207); }

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