Html Css Color HEX #F80CE4 Hot Magenta

📋 copy color: '#F80CE4'

red 248 ◦ green 12 ◦ blue 228

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

Shades of Hot Magenta #F80CE4

Tints of Hot Magenta #F80CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.72%

R = 50.82%
G = 2.46%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F80CE4 (or 0xF80CE4) is known color: Hot Magenta. HEX triplet: F8, 0C and E4. RGB value is (248,12,228). Sum of RGB (Red+Green+Blue) = 248+12+228=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 12 (5.08% from 255 or 2.46% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CE4 is #07F31B. Grayscale: #6A6A6A. Windows color (decimal): -520988 or 14945528. OLE color: 14945528.

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

Color convert

RGB 248 12 228 -
CMYK 0 0.95 0.08 0.03
HSL 305.08º 0.94% 0.51% -
HSV(B) 305.08º 0.95% 0.97% -
XYZ 52.85 25.82 75.6 -
YUV 107.19 196.19 228.44 -
System Red Green Blue C M Y K H S L
Decimal 248 12 228 0 0.95 0.08 0.03 305.08 0.94 0.51
Hex F8 C E4 0 5F 8 3 131 5E 33
Octal 370 14 344 0 137 10 3 461 136 63
Binary 11111000 1100 11100100 0 1011111 1000 11 100110001 1011110 110011

Color Harmonies of #F80CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CE4

Black with #F80CE4

Text Example


Text Example

White with #F80CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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