Html Css Color HEX #FE1053 Razzmatazz

📋 copy color: '#FE1053'

red 254 ◦ green 16 ◦ blue 83

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

Shades of Razzmatazz #FE1053

Tints of Razzmatazz #FE1053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.53%

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

R = 71.95%
G = 4.53%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE1053 (or 0xFE1053) is known color: Razzmatazz. HEX triplet: FE, 10 and 53. RGB value is (254,16,83). Sum of RGB (Red+Green+Blue) = 254+16+83=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1053 is #01EFAC. Grayscale: #5E5E5E. Windows color (decimal): -126893 or 5443838. OLE color: 5443838.

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

Color convert

RGB 254 16 83 -
CMYK 0 0.94 0.67 0.00
HSL 343.11º 0.99% 0.53% -
HSV(B) 343.11º 0.94% 1% -
XYZ 42.62 22.07 10.2 -
YUV 94.8 121.35 241.55 -
System Red Green Blue C M Y K H S L
Decimal 254 16 83 0 0.94 0.67 0.00 343.11 0.99 0.53
Hex FE 10 53 0 5E 43 0 157 63 35
Octal 376 20 123 0 136 103 0 527 143 65
Binary 11111110 10000 1010011 0 1011110 1000011 0 101010111 1100011 110101

Color Harmonies of #FE1053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1053

Black with #FE1053

Text Example


Text Example

White with #FE1053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1053; }

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

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

background-color css

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

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

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

border-color css

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

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

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