Html Css Color HEX #F80F54 Razzmatazz

📋 copy color: '#F80F54'

red 248 ◦ green 15 ◦ blue 84

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

Shades of Razzmatazz #F80F54

Tints of Razzmatazz #F80F54

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.32%

 BLUE value IS 84 (33.2% from 255) = 24.21%

R = 71.47%
G = 4.32%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F80F54 (or 0xF80F54) is known color: Razzmatazz. HEX triplet: F8, 0F and 54. RGB value is (248,15,84). Sum of RGB (Red+Green+Blue) = 248+15+84=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80F54 is #07F0AB. Grayscale: #5C5C5C. Windows color (decimal): -520364 or 5509112. OLE color: 5509112.

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

Color convert

RGB 248 15 84 -
CMYK 0 0.94 0.66 0.03
HSL 342.23º 0.94% 0.52% -
HSV(B) 342.23º 0.94% 0.97% -
XYZ 40.48 20.94 10.3 -
YUV 92.53 123.19 238.89 -
System Red Green Blue C M Y K H S L
Decimal 248 15 84 0 0.94 0.66 0.03 342.23 0.94 0.52
Hex F8 F 54 0 5E 42 3 156 5E 34
Octal 370 17 124 0 136 102 3 526 136 64
Binary 11111000 1111 1010100 0 1011110 1000010 11 101010110 1011110 110100

Color Harmonies of #F80F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80F54

Black with #F80F54

Text Example


Text Example

White with #F80F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80F54; }

 p { color: rgb(248,15,84); }

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

background-color css

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

 a { background-color: rgb(248,15,84); }

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

border-color css

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

 span { border-color: rgb(248,15,84); }

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