Html Css Color HEX #F80E56 Razzmatazz

📋 copy color: '#F80E56'

red 248 ◦ green 14 ◦ blue 86

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

Shades of Razzmatazz #F80E56

Tints of Razzmatazz #F80E56

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.02%

 BLUE value IS 86 (33.98% from 255) = 24.71%

R = 71.26%
G = 4.02%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F80E56 (or 0xF80E56) is known color: Razzmatazz. HEX triplet: F8, 0E and 56. RGB value is (248,14,86). Sum of RGB (Red+Green+Blue) = 248+14+86=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F80E56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80E56 is #07F1A9. Grayscale: #5C5C5C. Windows color (decimal): -520618 or 5639928. OLE color: 5639928.

HSL color Cylindrical-coordinate representation of color #F80E56: hue angle of 341.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80E56 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 14 86 -
CMYK 0 0.94 0.65 0.03
HSL 341.54º 0.94% 0.51% -
HSV(B) 341.54º 0.94% 0.97% -
XYZ 40.55 20.94 10.71 -
YUV 92.17 124.52 239.15 -
System Red Green Blue C M Y K H S L
Decimal 248 14 86 0 0.94 0.65 0.03 341.54 0.94 0.51
Hex F8 E 56 0 5E 41 3 156 5E 33
Octal 370 16 126 0 136 101 3 526 136 63
Binary 11111000 1110 1010110 0 1011110 1000001 11 101010110 1011110 110011

Color Harmonies of #F80E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80E56

Black with #F80E56

Text Example


Text Example

White with #F80E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80E56; }

 p { color: rgb(248,14,86); }

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

background-color css

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

 a { background-color: rgb(248,14,86); }

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

border-color css

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

 span { border-color: rgb(248,14,86); }

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