Html Css Color HEX #F80561 Razzmatazz

📋 copy color: '#F80561'

red 248 ◦ green 5 ◦ blue 97

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

Shades of Razzmatazz #F80561

Tints of Razzmatazz #F80561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

 BLUE value IS 97 (38.28% from 255) = 27.71%

R = 70.86%
G = 1.43%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F80561 (or 0xF80561) is known color: Razzmatazz. HEX triplet: F8, 05 and 61. RGB value is (248,5,97). Sum of RGB (Red+Green+Blue) = 248+5+97=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F80561 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80561 is #07FA9E. Grayscale: #585858. Windows color (decimal): -522911 or 6358520. OLE color: 6358520.

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

Color convert

RGB 248 5 97 -
CMYK 0 0.98 0.61 0.03
HSL 337.28º 0.96% 0.5% -
HSV(B) 337.28º 0.98% 0.97% -
XYZ 40.92 20.93 13.19 -
YUV 88.15 133.01 242.02 -
System Red Green Blue C M Y K H S L
Decimal 248 5 97 0 0.98 0.61 0.03 337.28 0.96 0.5
Hex F8 5 61 0 62 3D 3 151 60 32
Octal 370 5 141 0 142 75 3 521 140 62
Binary 11111000 101 1100001 0 1100010 111101 11 101010001 1100000 110010

Color Harmonies of #F80561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80561

Black with #F80561

Text Example


Text Example

White with #F80561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80561; }

 p { color: rgb(248,5,97); }

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

background-color css

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

 a { background-color: rgb(248,5,97); }

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

border-color css

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

 span { border-color: rgb(248,5,97); }

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