Html Css Color HEX #F80DFB Magenta

📋 copy color: '#F80DFB'

red 248 ◦ green 13 ◦ blue 251

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

Shades of Magenta #F80DFB

Tints of Magenta #F80DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 48.44%
G = 2.54%
B = 49.02%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F80DFB (or 0xF80DFB) is known color: Magenta. HEX triplet: F8, 0D and FB. RGB value is (248,13,251). Sum of RGB (Red+Green+Blue) = 248+13+251=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 13 (5.47% from 255 or 2.54% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #F80DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80DFB is #07F204. Grayscale: #6D6D6D. Windows color (decimal): -520709 or 16453112. OLE color: 16453112.

HSL color Cylindrical-coordinate representation of color #F80DFB: hue angle of 299.24º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80DFB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 13 251 -
CMYK 0.01 0.95 0 0.02
HSL 299.24º 0.97% 0.52% -
HSV(B) 299.24º 0.95% 0.98% -
XYZ 56.27 27.21 93.55 -
YUV 110.4 207.36 226.15 -
System Red Green Blue C M Y K H S L
Decimal 248 13 251 0.01 0.95 0 0.02 299.24 0.97 0.52
Hex F8 D FB 1 5F 0 2 12B 61 34
Octal 370 15 373 1 137 0 2 453 141 64
Binary 11111000 1101 11111011 1 1011111 0 10 100101011 1100001 110100

Color Harmonies of #F80DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80DFB

Black with #F80DFB

Text Example


Text Example

White with #F80DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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