Html Css Color HEX #F50760 Razzmatazz

📋 copy color: '#F50760'

red 245 ◦ green 7 ◦ blue 96

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

Shades of Razzmatazz #F50760

Tints of Razzmatazz #F50760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 70.4%
G = 2.01%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F50760 (or 0xF50760) is known color: Razzmatazz. HEX triplet: F5, 07 and 60. RGB value is (245,7,96). Sum of RGB (Red+Green+Blue) = 245+7+96=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F50760 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50760 is #0AF89F. Grayscale: #585858. Windows color (decimal): -719008 or 6293493. OLE color: 6293493.

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

Color convert

RGB 245 7 96 -
CMYK 0 0.97 0.61 0.04
HSL 337.56º 0.94% 0.49% -
HSV(B) 337.56º 0.97% 0.96% -
XYZ 39.84 20.41 12.91 -
YUV 88.31 132.35 239.76 -
System Red Green Blue C M Y K H S L
Decimal 245 7 96 0 0.97 0.61 0.04 337.56 0.94 0.49
Hex F5 7 60 0 61 3D 4 152 5E 31
Octal 365 7 140 0 141 75 4 522 136 61
Binary 11110101 111 1100000 0 1100001 111101 100 101010010 1011110 110001

Color Harmonies of #F50760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50760

Black with #F50760

Text Example


Text Example

White with #F50760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50760; }

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

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

background-color css

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

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

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

border-color css

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

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

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