Html Css Color HEX #FE1553 Razzmatazz

📋 copy color: '#FE1553'

red 254 ◦ green 21 ◦ blue 83

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

Shades of Razzmatazz #FE1553

Tints of Razzmatazz #FE1553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.18%

R = 70.95%
G = 5.87%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE1553 (or 0xFE1553) is known color: Razzmatazz. HEX triplet: FE, 15 and 53. RGB value is (254,21,83). Sum of RGB (Red+Green+Blue) = 254+21+83=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1553 is #01EAAC. Grayscale: #616161. Windows color (decimal): -125613 or 5445118. OLE color: 5445118.

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

Color convert

RGB 254 21 83 -
CMYK 0 0.92 0.67 0.00
HSL 344.03º 0.99% 0.54% -
HSV(B) 344.03º 0.92% 1% -
XYZ 42.7 22.23 10.22 -
YUV 97.74 119.69 239.46 -
System Red Green Blue C M Y K H S L
Decimal 254 21 83 0 0.92 0.67 0.00 344.03 0.99 0.54
Hex FE 15 53 0 5C 43 0 158 63 36
Octal 376 25 123 0 134 103 0 530 143 66
Binary 11111110 10101 1010011 0 1011100 1000011 0 101011000 1100011 110110

Color Harmonies of #FE1553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1553

Black with #FE1553

Text Example


Text Example

White with #FE1553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1553; }

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

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

background-color css

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

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

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

border-color css

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

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

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