Html Css Color HEX #F00449 Razzmatazz

📋 copy color: '#F00449'

red 240 ◦ green 4 ◦ blue 73

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

Shades of Razzmatazz #F00449

Tints of Razzmatazz #F00449

RGB

 RED value IS 240 (94.14% from 255) = 75.71%

 GREEN value IS 4 (1.95% from 255) = 1.26%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 75.71%
G = 1.26%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F00449 (or 0xF00449) is known color: Razzmatazz. HEX triplet: F0, 04 and 49. RGB value is (240,4,73). Sum of RGB (Red+Green+Blue) = 240+4+73=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F00449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00449 is #0FFBB6. Grayscale: #525252. Windows color (decimal): -1047479 or 4785392. OLE color: 4785392.

HSL color Cylindrical-coordinate representation of color #F00449: hue angle of 342.46º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00449 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 73 -
CMYK 0 0.98 0.70 0.06
HSL 342.46º 0.97% 0.48% -
HSV(B) 342.46º 0.98% 0.94% -
XYZ 37.18 19.09 8.03 -
YUV 82.43 122.69 240.39 -
System Red Green Blue C M Y K H S L
Decimal 240 4 73 0 0.98 0.70 0.06 342.46 0.97 0.48
Hex F0 4 49 0 62 46 6 156 61 30
Octal 360 4 111 0 142 106 6 526 141 60
Binary 11110000 100 1001001 0 1100010 1000110 110 101010110 1100001 110000

Color Harmonies of #F00449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00449

Black with #F00449

Text Example


Text Example

White with #F00449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00449; }

 p { color: rgb(240,4,73); }

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

background-color css

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

 a { background-color: rgb(240,4,73); }

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

border-color css

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

 span { border-color: rgb(240,4,73); }

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