Html Css Color HEX #FE155F Razzmatazz

📋 copy color: '#FE155F'

red 254 ◦ green 21 ◦ blue 95

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

Shades of Razzmatazz #FE155F

Tints of Razzmatazz #FE155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.68%

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 68.65%
G = 5.68%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE155F (or 0xFE155F) is known color: Razzmatazz. HEX triplet: FE, 15 and 5F. RGB value is (254,21,95). Sum of RGB (Red+Green+Blue) = 254+21+95=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE155F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE155F is #01EAA0. Grayscale: #636363. Windows color (decimal): -125601 or 6231550. OLE color: 6231550.

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

Color convert

RGB 254 21 95 -
CMYK 0 0.92 0.63 0.00
HSL 340.94º 0.99% 0.54% -
HSV(B) 340.94º 0.92% 1% -
XYZ 43.21 22.43 12.88 -
YUV 99.1 125.69 238.48 -
System Red Green Blue C M Y K H S L
Decimal 254 21 95 0 0.92 0.63 0.00 340.94 0.99 0.54
Hex FE 15 5F 0 5C 3F 0 155 63 36
Octal 376 25 137 0 134 77 0 525 143 66
Binary 11111110 10101 1011111 0 1011100 111111 0 101010101 1100011 110110

Color Harmonies of #FE155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE155F

Black with #FE155F

Text Example


Text Example

White with #FE155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE155F; }

 p { color: rgb(254,21,95); }

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

background-color css

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

 a { background-color: rgb(254,21,95); }

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

border-color css

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

 span { border-color: rgb(254,21,95); }

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