Html Css Color HEX #F50571 Razzmatazz

📋 copy color: '#F50571'

red 245 ◦ green 5 ◦ blue 113

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

Shades of Razzmatazz #F50571

Tints of Razzmatazz #F50571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.13%

R = 67.49%
G = 1.38%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F50571 (or 0xF50571) is known color: Razzmatazz. HEX triplet: F5, 05 and 71. RGB value is (245,5,113). Sum of RGB (Red+Green+Blue) = 245+5+113=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F50571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50571 is #0AFA8E. Grayscale: #585858. Windows color (decimal): -719503 or 7407093. OLE color: 7407093.

HSL color Cylindrical-coordinate representation of color #F50571: hue angle of 333º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50571 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 5 113 -
CMYK 0 0.98 0.54 0.04
HSL 333º 0.96% 0.49% -
HSV(B) 333º 0.98% 0.96% -
XYZ 40.69 20.71 17.48 -
YUV 89.07 141.51 239.22 -
System Red Green Blue C M Y K H S L
Decimal 245 5 113 0 0.98 0.54 0.04 333 0.96 0.49
Hex F5 5 71 0 62 36 4 14D 60 31
Octal 365 5 161 0 142 66 4 515 140 61
Binary 11110101 101 1110001 0 1100010 110110 100 101001101 1100000 110001

Color Harmonies of #F50571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50571

Black with #F50571

Text Example


Text Example

White with #F50571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50571; }

 p { color: rgb(245,5,113); }

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

background-color css

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

 a { background-color: rgb(245,5,113); }

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

border-color css

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

 span { border-color: rgb(245,5,113); }

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