#FE136E

Color #FE136E Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #FE136E

Tints of Razzmatazz #FE136E

Color information

#FE136E (or 0xFE136E) is unknown color: approx Razzmatazz. HEX triplet: FE, 13 and 6E. RGB value is (254,19,110). Sum of RGB (Red+Green+Blue) = 254+19+110=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE136E is #01EC91. Grayscale: #636363. Windows color (decimal): -126098 or 7214078. OLE color: 7214078.

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

Color convert

RGB25419110-
CMYK00.930.570.00
HSL336.77º99.16%53.53%-
HSV(B)336.77º92.52%99.61%-
XYZ43.9222.6616.81-
YUV99.64133.86238.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 66.32%
GREEN value IS 19 (7.81% from 255) = 4.96%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=66.32%
G=4.96%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541911000.930.570.00336.7799.1653.53
HexFE136E05D3901516336
Octal37623156013571052114366
Binary111111101001111011100101110111100101010100011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE136E; }

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

 H1.HeaderClassName
 {
   color: #FE136E;
 }
 .AnyTagClassName
 {
   color: #FE136E;
 }
</style>
background-color css

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

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

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

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

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

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