Html Css Color HEX #F50772 Razzmatazz

📋 copy color: '#F50772'

red 245 ◦ green 7 ◦ blue 114

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

Shades of Razzmatazz #F50772

Tints of Razzmatazz #F50772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.91%

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 66.94%
G = 1.91%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F50772 (or 0xF50772) is known color: Razzmatazz. HEX triplet: F5, 07 and 72. RGB value is (245,7,114). Sum of RGB (Red+Green+Blue) = 245+7+114=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F50772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50772 is #0AF88D. Grayscale: #5A5A5A. Windows color (decimal): -718990 or 7473141. OLE color: 7473141.

HSL color Cylindrical-coordinate representation of color #F50772: hue angle of 333.03º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50772 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 7 114 -
CMYK 0 0.97 0.53 0.04
HSL 333.03º 0.94% 0.49% -
HSV(B) 333.03º 0.97% 0.96% -
XYZ 40.77 20.78 17.78 -
YUV 90.36 141.35 238.3 -
System Red Green Blue C M Y K H S L
Decimal 245 7 114 0 0.97 0.53 0.04 333.03 0.94 0.49
Hex F5 7 72 0 61 35 4 14D 5E 31
Octal 365 7 162 0 141 65 4 515 136 61
Binary 11110101 111 1110010 0 1100001 110101 100 101001101 1011110 110001

Color Harmonies of #F50772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50772

Black with #F50772

Text Example


Text Example

White with #F50772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50772; }

 p { color: rgb(245,7,114); }

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

background-color css

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

 a { background-color: rgb(245,7,114); }

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

border-color css

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

 span { border-color: rgb(245,7,114); }

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