Html Css Color HEX #FA0571 Razzmatazz

📋 copy color: '#FA0571'

red 250 ◦ green 5 ◦ blue 113

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

Shades of Razzmatazz #FA0571

Tints of Razzmatazz #FA0571

RGB

 RED value IS 250 (98.05% from 255) = 67.93%

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

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

R = 67.93%
G = 1.36%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA0571 (or 0xFA0571) is known color: Razzmatazz. HEX triplet: FA, 05 and 71. RGB value is (250,5,113). Sum of RGB (Red+Green+Blue) = 250+5+113=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0571 is #05FA8E. Grayscale: #5A5A5A. Windows color (decimal): -391823 or 7407098. OLE color: 7407098.

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

Color convert

RGB 250 5 113 -
CMYK 0 0.98 0.55 0.02
HSL 333.55º 0.96% 0.5% -
HSV(B) 333.55º 0.98% 0.98% -
XYZ 42.46 21.62 17.56 -
YUV 90.57 140.67 241.72 -
System Red Green Blue C M Y K H S L
Decimal 250 5 113 0 0.98 0.55 0.02 333.55 0.96 0.5
Hex FA 5 71 0 62 37 2 14E 60 32
Octal 372 5 161 0 142 67 2 516 140 62
Binary 11111010 101 1110001 0 1100010 110111 10 101001110 1100000 110010

Color Harmonies of #FA0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0571

Black with #FA0571

Text Example


Text Example

White with #FA0571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0571; }

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

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

background-color css

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

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

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

border-color css

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

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

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