Html Css Color HEX #FE015D Razzmatazz

📋 copy color: '#FE015D'

red 254 ◦ green 1 ◦ blue 93

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

Shades of Razzmatazz #FE015D

Tints of Razzmatazz #FE015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 72.99%
G = 0.29%
B = 26.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE015D (or 0xFE015D) is known color: Razzmatazz. HEX triplet: FE, 01 and 5D. RGB value is (254,1,93). Sum of RGB (Red+Green+Blue) = 254+1+93=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE015D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE015D is #01FEA2. Grayscale: #575757. Windows color (decimal): -130723 or 6095358. OLE color: 6095358.

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

Color convert

RGB 254 1 93 -
CMYK 0 1.00 0.63 0.00
HSL 338.18º 0.99% 0.5% -
HSV(B) 338.18º 1% 1% -
XYZ 42.86 21.88 12.32 -
YUV 87.14 131.32 247.02 -
System Red Green Blue C M Y K H S L
Decimal 254 1 93 0 1.00 0.63 0.00 338.18 0.99 0.5
Hex FE 1 5D 0 64 3F 0 152 63 32
Octal 376 1 135 0 144 77 0 522 143 62
Binary 11111110 1 1011101 0 1100100 111111 0 101010010 1100011 110010

Color Harmonies of #FE015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE015D

Black with #FE015D

Text Example


Text Example

White with #FE015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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