Html Css Color HEX #FE0561 Razzmatazz

📋 copy color: '#FE0561'

red 254 ◦ green 5 ◦ blue 97

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

Shades of Razzmatazz #FE0561

Tints of Razzmatazz #FE0561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 71.35%
G = 1.4%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE0561 (or 0xFE0561) is known color: Razzmatazz. HEX triplet: FE, 05 and 61. RGB value is (254,5,97). Sum of RGB (Red+Green+Blue) = 254+5+97=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0561 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0561 is #01FA9E. Grayscale: #595959. Windows color (decimal): -129695 or 6358526. OLE color: 6358526.

HSL color Cylindrical-coordinate representation of color #FE0561: hue angle of 337.83º 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 #FE0561 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 5 97 -
CMYK 0 0.98 0.62 0.00
HSL 337.83º 0.99% 0.51% -
HSV(B) 337.83º 0.98% 1% -
XYZ 43.08 22.04 13.29 -
YUV 89.94 131.99 245.02 -
System Red Green Blue C M Y K H S L
Decimal 254 5 97 0 0.98 0.62 0.00 337.83 0.99 0.51
Hex FE 5 61 0 62 3E 0 152 63 33
Octal 376 5 141 0 142 76 0 522 143 63
Binary 11111110 101 1100001 0 1100010 111110 0 101010010 1100011 110011

Color Harmonies of #FE0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0561

Black with #FE0561

Text Example


Text Example

White with #FE0561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0561; }

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

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

background-color css

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

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

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

border-color css

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

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

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