#F9125E

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

Shades of Razzmatazz #F9125E

Tints of Razzmatazz #F9125E

Color information

#F9125E (or 0xF9125E) is unknown color: approx Razzmatazz. HEX triplet: F9, 12 and 5E. RGB value is (249,18,94). Sum of RGB (Red+Green+Blue) = 249+18+94=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9125E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9125E is #06EDA1. Grayscale: #5F5F5F. Windows color (decimal): -454050 or 6165241. OLE color: 6165241.

HSL color Cylindrical-coordinate representation of color #F9125E: hue angle of 340.26º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9125E is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB2491894-
CMYK00.930.620.02
HSL340.26º95.06%52.35%-
HSV(B)340.26º92.77%97.65%-
XYZ41.321.3812.54-
YUV95.73127.03237.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 68.98%
GREEN value IS 18 (7.42% from 255) = 4.99%
BLUE value IS 94 (37.11% from 255) = 26.04%
R=68.98%
G=4.99%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249189400.930.620.02340.2695.0652.35
HexF9125E05D3E21545f34
Octal37122136013576252413764
Binary1111100110010101111001011101111110101010101001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9125E; }

 p { color: rgb(249,18,94); }

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

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

 a { background-color: rgb(249,18,94); }

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

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

 span { border-color: rgb(249,18,94); }

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