Html Css Color HEX #F80A62 Razzmatazz

📋 copy color: '#F80A62'

red 248 ◦ green 10 ◦ blue 98

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

Shades of Razzmatazz #F80A62

Tints of Razzmatazz #F80A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.53%

R = 69.66%
G = 2.81%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F80A62 (or 0xF80A62) is known color: Razzmatazz. HEX triplet: F8, 0A and 62. RGB value is (248,10,98). Sum of RGB (Red+Green+Blue) = 248+10+98=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80A62 is #07F59D. Grayscale: #5B5B5B. Windows color (decimal): -521630 or 6425336. OLE color: 6425336.

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

Color convert

RGB 248 10 98 -
CMYK 0 0.96 0.60 0.03
HSL 337.82º 0.94% 0.51% -
HSV(B) 337.82º 0.96% 0.97% -
XYZ 41.02 21.06 13.46 -
YUV 91.19 131.85 239.84 -
System Red Green Blue C M Y K H S L
Decimal 248 10 98 0 0.96 0.60 0.03 337.82 0.94 0.51
Hex F8 A 62 0 60 3C 3 152 5E 33
Octal 370 12 142 0 140 74 3 522 136 63
Binary 11111000 1010 1100010 0 1100000 111100 11 101010010 1011110 110011

Color Harmonies of #F80A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80A62

Black with #F80A62

Text Example


Text Example

White with #F80A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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