Html Css Color HEX #FE1353 Razzmatazz

📋 copy color: '#FE1353'

red 254 ◦ green 19 ◦ blue 83

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

Shades of Razzmatazz #FE1353

Tints of Razzmatazz #FE1353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.34%

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

R = 71.35%
G = 5.34%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE1353 (or 0xFE1353) is known color: Razzmatazz. HEX triplet: FE, 13 and 53. RGB value is (254,19,83). Sum of RGB (Red+Green+Blue) = 254+19+83=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1353 is #01ECAC. Grayscale: #606060. Windows color (decimal): -126125 or 5444606. OLE color: 5444606.

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

Color convert

RGB 254 19 83 -
CMYK 0 0.93 0.67 0.00
HSL 343.66º 0.99% 0.54% -
HSV(B) 343.66º 0.93% 1% -
XYZ 42.67 22.16 10.21 -
YUV 96.56 120.36 240.3 -
System Red Green Blue C M Y K H S L
Decimal 254 19 83 0 0.93 0.67 0.00 343.66 0.99 0.54
Hex FE 13 53 0 5D 43 0 158 63 36
Octal 376 23 123 0 135 103 0 530 143 66
Binary 11111110 10011 1010011 0 1011101 1000011 0 101011000 1100011 110110

Color Harmonies of #FE1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1353

Black with #FE1353

Text Example


Text Example

White with #FE1353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1353; }

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

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

background-color css

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

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

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

border-color css

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

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

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