Html Css Color HEX #F50859 Razzmatazz

📋 copy color: '#F50859'

red 245 ◦ green 8 ◦ blue 89

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

Shades of Razzmatazz #F50859

Tints of Razzmatazz #F50859

RGB

 RED value IS 245 (96.09% from 255) = 71.64%

 GREEN value IS 8 (3.52% from 255) = 2.34%

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

R = 71.64%
G = 2.34%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F50859 (or 0xF50859) is known color: Razzmatazz. HEX triplet: F5, 08 and 59. RGB value is (245,8,89). Sum of RGB (Red+Green+Blue) = 245+8+89=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F50859 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50859 is #0AF7A6. Grayscale: #585858. Windows color (decimal): -718759 or 5834997. OLE color: 5834997.

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

Color convert

RGB 245 8 89 -
CMYK 0 0.97 0.64 0.04
HSL 339.49º 0.94% 0.5% -
HSV(B) 339.49º 0.97% 0.96% -
XYZ 39.55 20.31 11.29 -
YUV 88.1 128.52 239.91 -
System Red Green Blue C M Y K H S L
Decimal 245 8 89 0 0.97 0.64 0.04 339.49 0.94 0.5
Hex F5 8 59 0 61 40 4 153 5E 32
Octal 365 10 131 0 141 100 4 523 136 62
Binary 11110101 1000 1011001 0 1100001 1000000 100 101010011 1011110 110010

Color Harmonies of #F50859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50859

Black with #F50859

Text Example


Text Example

White with #F50859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50859; }

 p { color: rgb(245,8,89); }

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

background-color css

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

 a { background-color: rgb(245,8,89); }

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

border-color css

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

 span { border-color: rgb(245,8,89); }

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