#F5024E

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

Shades of Razzmatazz #F5024E

Tints of Razzmatazz #F5024E

Color information

#F5024E (or 0xF5024E) is unknown color: approx Razzmatazz. HEX triplet: F5, 02 and 4E. RGB value is (245,2,78). Sum of RGB (Red+Green+Blue) = 245+2+78=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F5024E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5024E is #0AFDB1. Grayscale: #535353. Windows color (decimal): -720306 or 5112565. OLE color: 5112565.

HSL color Cylindrical-coordinate representation of color #F5024E: hue angle of 341.23º 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 #F5024E is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB245278-
CMYK00.990.680.04
HSL341.23º98.38%48.43%-
HSV(B)341.23º99.18%96.08%-
XYZ39.0520.019.01-
YUV83.32125.01243.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 75.38%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 78 (30.86% from 255) = 24%
R=75.38%
G=0.62%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24527800.990.680.04341.2398.3848.43
HexF524E0634441556230
Octal36521160143104452514260
Binary111101011010011100110001110001001001010101011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5024E; }

 p { color: rgb(245,2,78); }

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

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

 a { background-color: rgb(245,2,78); }

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

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

 span { border-color: rgb(245,2,78); }

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