Html Css Color HEX #F80361 Razzmatazz

📋 copy color: '#F80361'

red 248 ◦ green 3 ◦ blue 97

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

Shades of Razzmatazz #F80361

Tints of Razzmatazz #F80361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 71.26%
G = 0.86%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F80361 (or 0xF80361) is known color: Razzmatazz. HEX triplet: F8, 03 and 61. RGB value is (248,3,97). Sum of RGB (Red+Green+Blue) = 248+3+97=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F80361 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80361 is #07FC9E. Grayscale: #565656. Windows color (decimal): -523423 or 6358008. OLE color: 6358008.

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

Color convert

RGB 248 3 97 -
CMYK 0 0.99 0.61 0.03
HSL 336.98º 0.98% 0.49% -
HSV(B) 336.98º 0.99% 0.97% -
XYZ 40.9 20.88 13.18 -
YUV 86.97 133.67 242.86 -
System Red Green Blue C M Y K H S L
Decimal 248 3 97 0 0.99 0.61 0.03 336.98 0.98 0.49
Hex F8 3 61 0 63 3D 3 151 62 31
Octal 370 3 141 0 143 75 3 521 142 61
Binary 11111000 11 1100001 0 1100011 111101 11 101010001 1100010 110001

Color Harmonies of #F80361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80361

Black with #F80361

Text Example


Text Example

White with #F80361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80361; }

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

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

background-color css

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

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

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

border-color css

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

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

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