Html Css Color HEX #F50758 Razzmatazz

📋 copy color: '#F50758'

red 245 ◦ green 7 ◦ blue 88

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

Shades of Razzmatazz #F50758

Tints of Razzmatazz #F50758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 72.06%
G = 2.06%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F50758 (or 0xF50758) is known color: Razzmatazz. HEX triplet: F5, 07 and 58. RGB value is (245,7,88). Sum of RGB (Red+Green+Blue) = 245+7+88=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F50758 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50758 is #0AF8A7. Grayscale: #575757. Windows color (decimal): -719016 or 5769205. OLE color: 5769205.

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

Color convert

RGB 245 7 88 -
CMYK 0 0.97 0.64 0.04
HSL 339.58º 0.94% 0.49% -
HSV(B) 339.58º 0.97% 0.96% -
XYZ 39.49 20.27 11.06 -
YUV 87.4 128.35 240.41 -
System Red Green Blue C M Y K H S L
Decimal 245 7 88 0 0.97 0.64 0.04 339.58 0.94 0.49
Hex F5 7 58 0 61 40 4 154 5E 31
Octal 365 7 130 0 141 100 4 524 136 61
Binary 11110101 111 1011000 0 1100001 1000000 100 101010100 1011110 110001

Color Harmonies of #F50758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50758

Black with #F50758

Text Example


Text Example

White with #F50758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50758; }

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

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

background-color css

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

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

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

border-color css

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

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

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