Html Css Color HEX #F5024C Razzmatazz

📋 copy color: '#F5024C'

red 245 ◦ green 2 ◦ blue 76

#F5024C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #F5024C

Tints of Razzmatazz #F5024C

RGB

 RED value IS 245 (96.09% from 255) = 75.85%

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 75.85%
G = 0.62%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5024C (or 0xF5024C) is known color: Razzmatazz. HEX triplet: F5, 02 and 4C. RGB value is (245,2,76). Sum of RGB (Red+Green+Blue) = 245+2+76=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F5024C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5024C is #0AFDB3. Grayscale: #535353. Windows color (decimal): -720308 or 4981493. OLE color: 4981493.

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

Color convert

RGB 245 2 76 -
CMYK 0 0.99 0.69 0.04
HSL 341.73º 0.98% 0.48% -
HSV(B) 341.73º 0.99% 0.96% -
XYZ 38.98 19.98 8.64 -
YUV 83.09 124.01 243.48 -
System Red Green Blue C M Y K H S L
Decimal 245 2 76 0 0.99 0.69 0.04 341.73 0.98 0.48
Hex F5 2 4C 0 63 45 4 156 62 30
Octal 365 2 114 0 143 105 4 526 142 60
Binary 11110101 10 1001100 0 1100011 1000101 100 101010110 1100010 110000

Color Harmonies of #F5024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5024C

Black with #F5024C

Text Example


Text Example

White with #F5024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5024C; }

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

 H1.HeaderClassName
 {
   color: #F5024C;
 }
 .AnyTagClassName
 {
   color: #F5024C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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