#F4025B

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

Shades of Razzmatazz #F4025B

Tints of Razzmatazz #F4025B

Color information

#F4025B (or 0xF4025B) is unknown color: approx Razzmatazz. HEX triplet: F4, 02 and 5B. RGB value is (244,2,91). Sum of RGB (Red+Green+Blue) = 244+2+91=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F4025B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4025B is #0BFDA4. Grayscale: #545454. Windows color (decimal): -785829 or 5964532. OLE color: 5964532.

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

Color convert

RGB244291-
CMYK00.990.630.04
HSL337.93º98.37%48.24%-
HSV(B)337.93º99.18%95.69%-
XYZ39.2220.0311.7-
YUV84.5131.67241.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 72.40%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=72.40%
G=0.59%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24429100.990.630.04337.9398.3748.24
HexF425B0633F41526230
Octal3642133014377452214260
Binary11110100101011011011000111111111001010100101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4025B; }

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

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

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

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

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

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

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

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