Html Css Color HEX #F80059 Razzmatazz

📋 copy color: '#F80059'

red 248 ◦ green 0 ◦ blue 89

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

Shades of Razzmatazz #F80059

Tints of Razzmatazz #F80059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 26.41%

R = 73.59%
G = 0%
B = 26.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F80059 (or 0xF80059) is known color: Razzmatazz. HEX triplet: F8, 00 and 59. RGB value is (248,0,89). Sum of RGB (Red+Green+Blue) = 248+0+89=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F80059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80059 is #07FFA6. Grayscale: #545454. Windows color (decimal): -524199 or 5832952. OLE color: 5832952.

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

Color convert

RGB 248 0 89 -
CMYK 0 1 0.64 0.03
HSL 338.47º 1% 0.49% -
HSV(B) 338.47º 1% 0.97% -
XYZ 40.51 20.68 11.31 -
YUV 84.3 130.66 244.76 -
System Red Green Blue C M Y K H S L
Decimal 248 0 89 0 1 0.64 0.03 338.47 1 0.49
Hex F8 0 59 0 64 40 3 152 64 31
Octal 370 0 131 0 144 100 3 522 144 61
Binary 11111000 0 1011001 0 1100100 1000000 11 101010010 1100100 110001

Color Harmonies of #F80059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80059

Black with #F80059

Text Example


Text Example

White with #F80059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80059; }

 p { color: rgb(248,0,89); }

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

background-color css

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

 a { background-color: rgb(248,0,89); }

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

border-color css

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

 span { border-color: rgb(248,0,89); }

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