Html Css Color HEX #F80A71 Razzmatazz

📋 copy color: '#F80A71'

red 248 ◦ green 10 ◦ blue 113

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

Shades of Razzmatazz #F80A71

Tints of Razzmatazz #F80A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 66.85%
G = 2.7%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F80A71 (or 0xF80A71) is known color: Razzmatazz. HEX triplet: F8, 0A and 71. RGB value is (248,10,113). Sum of RGB (Red+Green+Blue) = 248+10+113=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80A71 is #07F58E. Grayscale: #5C5C5C. Windows color (decimal): -521615 or 7408376. OLE color: 7408376.

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

Color convert

RGB 248 10 113 -
CMYK 0 0.96 0.54 0.03
HSL 334.03º 0.94% 0.51% -
HSV(B) 334.03º 0.96% 0.97% -
XYZ 41.8 21.37 17.54 -
YUV 92.9 139.35 238.62 -
System Red Green Blue C M Y K H S L
Decimal 248 10 113 0 0.96 0.54 0.03 334.03 0.94 0.51
Hex F8 A 71 0 60 36 3 14E 5E 33
Octal 370 12 161 0 140 66 3 516 136 63
Binary 11111000 1010 1110001 0 1100000 110110 11 101001110 1011110 110011

Color Harmonies of #F80A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80A71

Black with #F80A71

Text Example


Text Example

White with #F80A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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