Html Css Color HEX #FE155A Razzmatazz

📋 copy color: '#FE155A'

red 254 ◦ green 21 ◦ blue 90

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

Shades of Razzmatazz #FE155A

Tints of Razzmatazz #FE155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.75%

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

R = 69.59%
G = 5.75%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE155A (or 0xFE155A) is known color: Razzmatazz. HEX triplet: FE, 15 and 5A. RGB value is (254,21,90). Sum of RGB (Red+Green+Blue) = 254+21+90=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE155A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE155A is #01EAA5. Grayscale: #626262. Windows color (decimal): -125606 or 5903870. OLE color: 5903870.

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

Color convert

RGB 254 21 90 -
CMYK 0 0.92 0.65 0.00
HSL 342.23º 0.99% 0.54% -
HSV(B) 342.23º 0.92% 1% -
XYZ 42.99 22.35 11.72 -
YUV 98.53 123.19 238.89 -
System Red Green Blue C M Y K H S L
Decimal 254 21 90 0 0.92 0.65 0.00 342.23 0.99 0.54
Hex FE 15 5A 0 5C 41 0 156 63 36
Octal 376 25 132 0 134 101 0 526 143 66
Binary 11111110 10101 1011010 0 1011100 1000001 0 101010110 1100011 110110

Color Harmonies of #FE155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE155A

Black with #FE155A

Text Example


Text Example

White with #FE155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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