#FF125D

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

Shades of Razzmatazz #FF125D

Tints of Razzmatazz #FF125D

Color information

#FF125D (or 0xFF125D) is unknown color: approx Razzmatazz. HEX triplet: FF, 12 and 5D. RGB value is (255,18,93). Sum of RGB (Red+Green+Blue) = 255+18+93=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF125D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF125D is #00EDA2. Grayscale: #616161. Windows color (decimal): -60835 or 6099711. OLE color: 6099711.

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

Color convert

RGB2551893-
CMYK00.930.640
HSL341.01º100%53.53%-
HSV(B)341.01º92.94%100%-
XYZ43.4322.4812.41-
YUV97.41125.52240.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.67%
GREEN value IS 18 (7.42% from 255) = 4.92%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=69.67%
G=4.92%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255189300.930.640341.0110053.53
HexFF125D05D4001556436
Octal377221350135100052514466
Binary1111111110010101110101011101100000001010101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF125D; }

 p { color: rgb(255,18,93); }

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

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

 a { background-color: rgb(255,18,93); }

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

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

 span { border-color: rgb(255,18,93); }

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