Html Css Color HEX #F80DF5 Magenta

📋 copy color: '#F80DF5'

red 248 ◦ green 13 ◦ blue 245

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

Shades of Magenta #F80DF5

Tints of Magenta #F80DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.42%

R = 49.01%
G = 2.57%
B = 48.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F80DF5 (or 0xF80DF5) is known color: Magenta. HEX triplet: F8, 0D and F5. RGB value is (248,13,245). Sum of RGB (Red+Green+Blue) = 248+13+245=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 13 (5.47% from 255 or 2.57% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80DF5 is #07F20A. Grayscale: #6D6D6D. Windows color (decimal): -520715 or 16059896. OLE color: 16059896.

HSL color Cylindrical-coordinate representation of color #F80DF5: hue angle of 300.77º 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 #F80DF5 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 13 245 -
CMYK 0 0.95 0.01 0.03
HSL 300.77º 0.94% 0.51% -
HSV(B) 300.77º 0.95% 0.97% -
XYZ 55.34 26.84 88.65 -
YUV 109.71 204.36 226.64 -
System Red Green Blue C M Y K H S L
Decimal 248 13 245 0 0.95 0.01 0.03 300.77 0.94 0.51
Hex F8 D F5 0 5F 1 3 12D 5E 33
Octal 370 15 365 0 137 1 3 455 136 63
Binary 11111000 1101 11110101 0 1011111 1 11 100101101 1011110 110011

Color Harmonies of #F80DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DF5

Black with #F80DF5

Text Example


Text Example

White with #F80DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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