Html Css Color HEX #FE0571 Razzmatazz

📋 copy color: '#FE0571'

red 254 ◦ green 5 ◦ blue 113

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

Shades of Razzmatazz #FE0571

Tints of Razzmatazz #FE0571

RGB

 RED value IS 254 (99.61% from 255) = 68.28%

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

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

R = 68.28%
G = 1.34%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE0571 (or 0xFE0571) is known color: Razzmatazz. HEX triplet: FE, 05 and 71. RGB value is (254,5,113). Sum of RGB (Red+Green+Blue) = 254+5+113=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0571 is #01FA8E. Grayscale: #5B5B5B. Windows color (decimal): -129679 or 7407102. OLE color: 7407102.

HSL color Cylindrical-coordinate representation of color #FE0571: hue angle of 333.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0571 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 5 113 -
CMYK 0 0.98 0.56 0.00
HSL 333.98º 0.99% 0.51% -
HSV(B) 333.98º 0.98% 1% -
XYZ 43.91 22.37 17.63 -
YUV 91.76 139.99 243.72 -
System Red Green Blue C M Y K H S L
Decimal 254 5 113 0 0.98 0.56 0.00 333.98 0.99 0.51
Hex FE 5 71 0 62 38 0 14E 63 33
Octal 376 5 161 0 142 70 0 516 143 63
Binary 11111110 101 1110001 0 1100010 111000 0 101001110 1100011 110011

Color Harmonies of #FE0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0571

Black with #FE0571

Text Example


Text Example

White with #FE0571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0571; }

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

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

background-color css

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

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

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

border-color css

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

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

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