Html Css Color HEX #FE015A Razzmatazz

📋 copy color: '#FE015A'

red 254 ◦ green 1 ◦ blue 90

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

Shades of Razzmatazz #FE015A

Tints of Razzmatazz #FE015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 73.62%
G = 0.29%
B = 26.09%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE015A (or 0xFE015A) is known color: Razzmatazz. HEX triplet: FE, 01 and 5A. RGB value is (254,1,90). Sum of RGB (Red+Green+Blue) = 254+1+90=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE015A is #01FEA5. Grayscale: #565656. Windows color (decimal): -130726 or 5898750. OLE color: 5898750.

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

Color convert

RGB 254 1 90 -
CMYK 0 1.00 0.65 0.00
HSL 338.89º 0.99% 0.5% -
HSV(B) 338.89º 1% 1% -
XYZ 42.73 21.83 11.63 -
YUV 86.79 129.82 247.26 -
System Red Green Blue C M Y K H S L
Decimal 254 1 90 0 1.00 0.65 0.00 338.89 0.99 0.5
Hex FE 1 5A 0 64 41 0 153 63 32
Octal 376 1 132 0 144 101 0 523 143 62
Binary 11111110 1 1011010 0 1100100 1000001 0 101010011 1100011 110010

Color Harmonies of #FE015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE015A

Black with #FE015A

Text Example


Text Example

White with #FE015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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