Html Css Color HEX #FE135D Razzmatazz

📋 copy color: '#FE135D'

red 254 ◦ green 19 ◦ blue 93

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

Shades of Razzmatazz #FE135D

Tints of Razzmatazz #FE135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 69.4%
G = 5.19%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE135D (or 0xFE135D) is known color: Razzmatazz. HEX triplet: FE, 13 and 5D. RGB value is (254,19,93). Sum of RGB (Red+Green+Blue) = 254+19+93=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE135D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE135D is #01ECA2. Grayscale: #616161. Windows color (decimal): -126115 or 6099966. OLE color: 6099966.

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

Color convert

RGB 254 19 93 -
CMYK 0 0.93 0.63 0.00
HSL 341.11º 0.99% 0.54% -
HSV(B) 341.11º 0.93% 1% -
XYZ 43.08 22.33 12.39 -
YUV 97.7 125.36 239.48 -
System Red Green Blue C M Y K H S L
Decimal 254 19 93 0 0.93 0.63 0.00 341.11 0.99 0.54
Hex FE 13 5D 0 5D 3F 0 155 63 36
Octal 376 23 135 0 135 77 0 525 143 66
Binary 11111110 10011 1011101 0 1011101 111111 0 101010101 1100011 110110

Color Harmonies of #FE135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE135D

Black with #FE135D

Text Example


Text Example

White with #FE135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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