Html Css Color HEX #F80CED Magenta

📋 copy color: '#F80CED'

red 248 ◦ green 12 ◦ blue 237

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

Shades of Magenta #F80CED

Tints of Magenta #F80CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 49.9%
G = 2.41%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F80CED (or 0xF80CED) is known color: Magenta. HEX triplet: F8, 0C and ED. RGB value is (248,12,237). Sum of RGB (Red+Green+Blue) = 248+12+237=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 12 (5.08% from 255 or 2.41% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CED is #07F312. Grayscale: #6B6B6B. Windows color (decimal): -520979 or 15535352. OLE color: 15535352.

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

Color convert

RGB 248 12 237 -
CMYK 0 0.95 0.04 0.03
HSL 302.8º 0.94% 0.51% -
HSV(B) 302.8º 0.95% 0.97% -
XYZ 54.13 26.33 82.35 -
YUV 108.21 200.69 227.7 -
System Red Green Blue C M Y K H S L
Decimal 248 12 237 0 0.95 0.04 0.03 302.8 0.94 0.51
Hex F8 C ED 0 5F 4 3 12F 5E 33
Octal 370 14 355 0 137 4 3 457 136 63
Binary 11111000 1100 11101101 0 1011111 100 11 100101111 1011110 110011

Color Harmonies of #F80CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CED

Black with #F80CED

Text Example


Text Example

White with #F80CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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