Html Css Color HEX #F80B55 Razzmatazz

📋 copy color: '#F80B55'

red 248 ◦ green 11 ◦ blue 85

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

Shades of Razzmatazz #F80B55

Tints of Razzmatazz #F80B55

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.2%

 BLUE value IS 85 (33.59% from 255) = 24.71%

R = 72.09%
G = 3.2%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F80B55 (or 0xF80B55) is known color: Razzmatazz. HEX triplet: F8, 0B and 55. RGB value is (248,11,85). Sum of RGB (Red+Green+Blue) = 248+11+85=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80B55 is #07F4AA. Grayscale: #5A5A5A. Windows color (decimal): -521387 or 5573624. OLE color: 5573624.

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

Color convert

RGB 248 11 85 -
CMYK 0 0.96 0.66 0.03
HSL 341.27º 0.94% 0.51% -
HSV(B) 341.27º 0.96% 0.97% -
XYZ 40.47 20.85 10.49 -
YUV 90.3 125.02 240.48 -
System Red Green Blue C M Y K H S L
Decimal 248 11 85 0 0.96 0.66 0.03 341.27 0.94 0.51
Hex F8 B 55 0 60 42 3 155 5E 33
Octal 370 13 125 0 140 102 3 525 136 63
Binary 11111000 1011 1010101 0 1100000 1000010 11 101010101 1011110 110011

Color Harmonies of #F80B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80B55

Black with #F80B55

Text Example


Text Example

White with #F80B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80B55; }

 p { color: rgb(248,11,85); }

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

background-color css

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

 a { background-color: rgb(248,11,85); }

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

border-color css

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

 span { border-color: rgb(248,11,85); }

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