Html Css Color HEX #FE055A Razzmatazz

📋 copy color: '#FE055A'

red 254 ◦ green 5 ◦ blue 90

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

Shades of Razzmatazz #FE055A

Tints of Razzmatazz #FE055A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 72.78%
G = 1.43%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE055A (or 0xFE055A) is known color: Razzmatazz. HEX triplet: FE, 05 and 5A. RGB value is (254,5,90). Sum of RGB (Red+Green+Blue) = 254+5+90=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE055A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE055A is #01FAA5. Grayscale: #595959. Windows color (decimal): -129702 or 5899774. OLE color: 5899774.

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

Color convert

RGB 254 5 90 -
CMYK 0 0.98 0.65 0.00
HSL 339.52º 0.99% 0.51% -
HSV(B) 339.52º 0.98% 1% -
XYZ 42.77 21.92 11.65 -
YUV 89.14 128.49 245.59 -
System Red Green Blue C M Y K H S L
Decimal 254 5 90 0 0.98 0.65 0.00 339.52 0.99 0.51
Hex FE 5 5A 0 62 41 0 154 63 33
Octal 376 5 132 0 142 101 0 524 143 63
Binary 11111110 101 1011010 0 1100010 1000001 0 101010100 1100011 110011

Color Harmonies of #FE055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE055A

Black with #FE055A

Text Example


Text Example

White with #FE055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE055A; }

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

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

background-color css

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

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

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

border-color css

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

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

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