Html Css Color HEX #F80CF6 Magenta

📋 copy color: '#F80CF6'

red 248 ◦ green 12 ◦ blue 246

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

Shades of Magenta #F80CF6

Tints of Magenta #F80CF6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.37%

 BLUE value IS 246 (96.48% from 255) = 48.62%

R = 49.01%
G = 2.37%
B = 48.62%

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

#F80CF6 (or 0xF80CF6) is known color: Magenta. HEX triplet: F8, 0C and F6. RGB value is (248,12,246). Sum of RGB (Red+Green+Blue) = 248+12+246=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 12 (5.08% from 255 or 2.37% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CF6 is #07F309. Grayscale: #6C6C6C. Windows color (decimal): -520970 or 16125176. OLE color: 16125176.

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

Color convert

RGB 248 12 246 -
CMYK 0 0.95 0.01 0.03
HSL 300.51º 0.94% 0.51% -
HSV(B) 300.51º 0.95% 0.97% -
XYZ 55.48 26.87 89.45 -
YUV 109.24 205.19 226.97 -
System Red Green Blue C M Y K H S L
Decimal 248 12 246 0 0.95 0.01 0.03 300.51 0.94 0.51
Hex F8 C F6 0 5F 1 3 12D 5E 33
Octal 370 14 366 0 137 1 3 455 136 63
Binary 11111000 1100 11110110 0 1011111 1 11 100101101 1011110 110011

Color Harmonies of #F80CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CF6

Black with #F80CF6

Text Example


Text Example

White with #F80CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CF6; }

 p { color: rgb(248,12,246); }

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

background-color css

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

 a { background-color: rgb(248,12,246); }

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

border-color css

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

 span { border-color: rgb(248,12,246); }

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