Html Css Color HEX #F80CE6 Magenta

📋 copy color: '#F80CE6'

red 248 ◦ green 12 ◦ blue 230

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

Shades of Magenta #F80CE6

Tints of Magenta #F80CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.94%

R = 50.61%
G = 2.45%
B = 46.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F80CE6 (or 0xF80CE6) is known color: Magenta. HEX triplet: F8, 0C and E6. RGB value is (248,12,230). Sum of RGB (Red+Green+Blue) = 248+12+230=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 12 (5.08% from 255 or 2.45% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CE6 is #07F319. Grayscale: #6A6A6A. Windows color (decimal): -520986 or 15076600. OLE color: 15076600.

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

Color convert

RGB 248 12 230 -
CMYK 0 0.95 0.07 0.03
HSL 304.58º 0.94% 0.51% -
HSV(B) 304.58º 0.95% 0.97% -
XYZ 53.13 25.93 77.07 -
YUV 107.42 197.19 228.27 -
System Red Green Blue C M Y K H S L
Decimal 248 12 230 0 0.95 0.07 0.03 304.58 0.94 0.51
Hex F8 C E6 0 5F 7 3 131 5E 33
Octal 370 14 346 0 137 7 3 461 136 63
Binary 11111000 1100 11100110 0 1011111 111 11 100110001 1011110 110011

Color Harmonies of #F80CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CE6

Black with #F80CE6

Text Example


Text Example

White with #F80CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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