Html Css Color HEX #FE115A Razzmatazz

📋 copy color: '#FE115A'

red 254 ◦ green 17 ◦ blue 90

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

Shades of Razzmatazz #FE115A

Tints of Razzmatazz #FE115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.71%

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 70.36%
G = 4.71%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE115A (or 0xFE115A) is known color: Razzmatazz. HEX triplet: FE, 11 and 5A. RGB value is (254,17,90). Sum of RGB (Red+Green+Blue) = 254+17+90=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE115A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE115A is #01EEA5. Grayscale: #606060. Windows color (decimal): -126630 or 5902846. OLE color: 5902846.

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

Color convert

RGB 254 17 90 -
CMYK 0 0.93 0.65 0.00
HSL 341.52º 0.99% 0.53% -
HSV(B) 341.52º 0.93% 1% -
XYZ 42.92 22.21 11.7 -
YUV 96.19 124.52 240.56 -
System Red Green Blue C M Y K H S L
Decimal 254 17 90 0 0.93 0.65 0.00 341.52 0.99 0.53
Hex FE 11 5A 0 5D 41 0 156 63 35
Octal 376 21 132 0 135 101 0 526 143 65
Binary 11111110 10001 1011010 0 1011101 1000001 0 101010110 1100011 110101

Color Harmonies of #FE115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE115A

Black with #FE115A

Text Example


Text Example

White with #FE115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE115A; }

 p { color: rgb(254,17,90); }

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

background-color css

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

 a { background-color: rgb(254,17,90); }

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

border-color css

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

 span { border-color: rgb(254,17,90); }

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