#F4125B

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

Shades of Razzmatazz #F4125B

Tints of Razzmatazz #F4125B

Color information

#F4125B (or 0xF4125B) is unknown color: approx Razzmatazz. HEX triplet: F4, 12 and 5B. RGB value is (244,18,91). Sum of RGB (Red+Green+Blue) = 244+18+91=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F4125B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4125B is #0BEDA4. Grayscale: #5D5D5D. Windows color (decimal): -781733 or 5968628. OLE color: 5968628.

HSL color Cylindrical-coordinate representation of color #F4125B: hue angle of 340.62º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4125B is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB2441891-
CMYK00.930.630.04
HSL340.62º91.13%51.37%-
HSV(B)340.62º92.62%95.69%-
XYZ39.4120.4211.76-
YUV93.9126.37235.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 69.12%
GREEN value IS 18 (7.42% from 255) = 5.10%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=69.12%
G=5.10%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244189100.930.630.04340.6291.1351.37
HexF4125B05D3F41555b33
Octal36422133013577452513363
Binary11110100100101011011010111011111111001010101011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4125B; }

 p { color: rgb(244,18,91); }

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

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

 a { background-color: rgb(244,18,91); }

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

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

 span { border-color: rgb(244,18,91); }

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