Html Css Color HEX #F00573 Razzmatazz

📋 copy color: '#F00573'

red 240 ◦ green 5 ◦ blue 115

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

Shades of Razzmatazz #F00573

Tints of Razzmatazz #F00573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 66.67%
G = 1.39%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F00573 (or 0xF00573) is known color: Razzmatazz. HEX triplet: F0, 05 and 73. RGB value is (240,5,115). Sum of RGB (Red+Green+Blue) = 240+5+115=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F00573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00573 is #0FFA8C. Grayscale: #575757. Windows color (decimal): -1047181 or 7538160. OLE color: 7538160.

HSL color Cylindrical-coordinate representation of color #F00573: hue angle of 331.91º degrees, saturation: 0.96, 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 #F00573 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 115 -
CMYK 0 0.98 0.52 0.06
HSL 331.91º 0.96% 0.48% -
HSV(B) 331.91º 0.98% 0.94% -
XYZ 39.08 19.87 18 -
YUV 87.81 143.36 236.56 -
System Red Green Blue C M Y K H S L
Decimal 240 5 115 0 0.98 0.52 0.06 331.91 0.96 0.48
Hex F0 5 73 0 62 34 6 14C 60 30
Octal 360 5 163 0 142 64 6 514 140 60
Binary 11110000 101 1110011 0 1100010 110100 110 101001100 1100000 110000

Color Harmonies of #F00573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00573

Black with #F00573

Text Example


Text Example

White with #F00573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00573; }

 p { color: rgb(240,5,115); }

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

background-color css

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

 a { background-color: rgb(240,5,115); }

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

border-color css

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

 span { border-color: rgb(240,5,115); }

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