Html Css Color HEX #F80CEB Magenta

📋 copy color: '#F80CEB'

red 248 ◦ green 12 ◦ blue 235

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

Shades of Magenta #F80CEB

Tints of Magenta #F80CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 50.1%
G = 2.42%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F80CEB (or 0xF80CEB) is known color: Magenta. HEX triplet: F8, 0C and EB. RGB value is (248,12,235). Sum of RGB (Red+Green+Blue) = 248+12+235=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 12 (5.08% from 255 or 2.42% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CEB is #07F314. Grayscale: #6B6B6B. Windows color (decimal): -520981 or 15404280. OLE color: 15404280.

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

Color convert

RGB 248 12 235 -
CMYK 0 0.95 0.05 0.03
HSL 303.31º 0.94% 0.51% -
HSV(B) 303.31º 0.95% 0.97% -
XYZ 53.84 26.22 80.82 -
YUV 107.99 199.69 227.87 -
System Red Green Blue C M Y K H S L
Decimal 248 12 235 0 0.95 0.05 0.03 303.31 0.94 0.51
Hex F8 C EB 0 5F 5 3 12F 5E 33
Octal 370 14 353 0 137 5 3 457 136 63
Binary 11111000 1100 11101011 0 1011111 101 11 100101111 1011110 110011

Color Harmonies of #F80CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CEB

Black with #F80CEB

Text Example


Text Example

White with #F80CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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