Html Css Color HEX #F80A59 Razzmatazz

📋 copy color: '#F80A59'

red 248 ◦ green 10 ◦ blue 89

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

Shades of Razzmatazz #F80A59

Tints of Razzmatazz #F80A59

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.88%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 71.47%
G = 2.88%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F80A59 (or 0xF80A59) is known color: Razzmatazz. HEX triplet: F8, 0A and 59. RGB value is (248,10,89). Sum of RGB (Red+Green+Blue) = 248+10+89=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80A59 is #07F5A6. Grayscale: #5A5A5A. Windows color (decimal): -521639 or 5835512. OLE color: 5835512.

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

Color convert

RGB 248 10 89 -
CMYK 0 0.96 0.64 0.03
HSL 340.08º 0.94% 0.51% -
HSV(B) 340.08º 0.96% 0.97% -
XYZ 40.62 20.89 11.34 -
YUV 90.17 127.35 240.58 -
System Red Green Blue C M Y K H S L
Decimal 248 10 89 0 0.96 0.64 0.03 340.08 0.94 0.51
Hex F8 A 59 0 60 40 3 154 5E 33
Octal 370 12 131 0 140 100 3 524 136 63
Binary 11111000 1010 1011001 0 1100000 1000000 11 101010100 1011110 110011

Color Harmonies of #F80A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80A59

Black with #F80A59

Text Example


Text Example

White with #F80A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80A59; }

 p { color: rgb(248,10,89); }

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

background-color css

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

 a { background-color: rgb(248,10,89); }

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

border-color css

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

 span { border-color: rgb(248,10,89); }

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