Html Css Color HEX #FE155B Razzmatazz

📋 copy color: '#FE155B'

red 254 ◦ green 21 ◦ blue 91

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

Shades of Razzmatazz #FE155B

Tints of Razzmatazz #FE155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 69.4%
G = 5.74%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE155B (or 0xFE155B) is known color: Razzmatazz. HEX triplet: FE, 15 and 5B. RGB value is (254,21,91). Sum of RGB (Red+Green+Blue) = 254+21+91=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE155B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE155B is #01EAA4. Grayscale: #626262. Windows color (decimal): -125605 or 5969406. OLE color: 5969406.

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

Color convert

RGB 254 21 91 -
CMYK 0 0.92 0.64 0.00
HSL 341.97º 0.99% 0.54% -
HSV(B) 341.97º 0.92% 1% -
XYZ 43.03 22.36 11.95 -
YUV 98.65 123.69 238.81 -
System Red Green Blue C M Y K H S L
Decimal 254 21 91 0 0.92 0.64 0.00 341.97 0.99 0.54
Hex FE 15 5B 0 5C 40 0 156 63 36
Octal 376 25 133 0 134 100 0 526 143 66
Binary 11111110 10101 1011011 0 1011100 1000000 0 101010110 1100011 110110

Color Harmonies of #FE155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE155B

Black with #FE155B

Text Example


Text Example

White with #FE155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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