Html Css Color HEX #FE135F Razzmatazz

📋 copy color: '#FE135F'

red 254 ◦ green 19 ◦ blue 95

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

Shades of Razzmatazz #FE135F

Tints of Razzmatazz #FE135F

RGB

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

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

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

R = 69.02%
G = 5.16%
B = 25.82%

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

#FE135F (or 0xFE135F) is known color: Razzmatazz. HEX triplet: FE, 13 and 5F. RGB value is (254,19,95). Sum of RGB (Red+Green+Blue) = 254+19+95=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE135F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE135F is #01ECA0. Grayscale: #616161. Windows color (decimal): -126113 or 6231038. OLE color: 6231038.

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

Color convert

RGB 254 19 95 -
CMYK 0 0.93 0.63 0.00
HSL 340.6º 0.99% 0.54% -
HSV(B) 340.6º 0.93% 1% -
XYZ 43.17 22.36 12.87 -
YUV 97.93 126.36 239.32 -
System Red Green Blue C M Y K H S L
Decimal 254 19 95 0 0.93 0.63 0.00 340.6 0.99 0.54
Hex FE 13 5F 0 5D 3F 0 155 63 36
Octal 376 23 137 0 135 77 0 525 143 66
Binary 11111110 10011 1011111 0 1011101 111111 0 101010101 1100011 110110

Color Harmonies of #FE135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE135F

Black with #FE135F

Text Example


Text Example

White with #FE135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE135F; }

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

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

background-color css

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

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

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

border-color css

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

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

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