Html Css Color HEX #F5004A Razzmatazz

📋 copy color: '#F5004A'

red 245 ◦ green 0 ◦ blue 74

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

Shades of Razzmatazz #F5004A

Tints of Razzmatazz #F5004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 76.8%
G = 0%
B = 23.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5004A (or 0xF5004A) is known color: Razzmatazz. HEX triplet: F5, 00 and 4A. RGB value is (245,0,74). Sum of RGB (Red+Green+Blue) = 245+0+74=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F5004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5004A is #0AFFB5. Grayscale: #515151. Windows color (decimal): -720822 or 4849909. OLE color: 4849909.

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

Color convert

RGB 245 0 74 -
CMYK 0 1 0.70 0.04
HSL 341.88º 1% 0.48% -
HSV(B) 341.88º 1% 0.96% -
XYZ 38.89 19.91 8.27 -
YUV 81.69 123.67 244.48 -
System Red Green Blue C M Y K H S L
Decimal 245 0 74 0 1 0.70 0.04 341.88 1 0.48
Hex F5 0 4A 0 64 46 4 156 64 30
Octal 365 0 112 0 144 106 4 526 144 60
Binary 11110101 0 1001010 0 1100100 1000110 100 101010110 1100100 110000

Color Harmonies of #F5004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5004A

Black with #F5004A

Text Example


Text Example

White with #F5004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5004A; }

 p { color: rgb(245,0,74); }

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

background-color css

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

 a { background-color: rgb(245,0,74); }

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

border-color css

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

 span { border-color: rgb(245,0,74); }

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