Html Css Color HEX #FE0553 Razzmatazz

📋 copy color: '#FE0553'

red 254 ◦ green 5 ◦ blue 83

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

Shades of Razzmatazz #FE0553

Tints of Razzmatazz #FE0553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.46%

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

R = 74.27%
G = 1.46%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE0553 (or 0xFE0553) is known color: Razzmatazz. HEX triplet: FE, 05 and 53. RGB value is (254,5,83). Sum of RGB (Red+Green+Blue) = 254+5+83=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0553 is #01FAAC. Grayscale: #585858. Windows color (decimal): -129709 or 5441022. OLE color: 5441022.

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

Color convert

RGB 254 5 83 -
CMYK 0 0.98 0.67 0.00
HSL 341.2º 0.99% 0.51% -
HSV(B) 341.2º 0.98% 1% -
XYZ 42.49 21.8 10.15 -
YUV 88.34 124.99 246.16 -
System Red Green Blue C M Y K H S L
Decimal 254 5 83 0 0.98 0.67 0.00 341.2 0.99 0.51
Hex FE 5 53 0 62 43 0 155 63 33
Octal 376 5 123 0 142 103 0 525 143 63
Binary 11111110 101 1010011 0 1100010 1000011 0 101010101 1100011 110011

Color Harmonies of #FE0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0553

Black with #FE0553

Text Example


Text Example

White with #FE0553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0553; }

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

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

background-color css

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

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

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

border-color css

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

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

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