Html Css Color HEX #F50376 Razzmatazz

📋 copy color: '#F50376'

red 245 ◦ green 3 ◦ blue 118

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

Shades of Razzmatazz #F50376

Tints of Razzmatazz #F50376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 118 (46.48% from 255) = 32.24%

R = 66.94%
G = 0.82%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F50376 (or 0xF50376) is known color: Razzmatazz. HEX triplet: F5, 03 and 76. RGB value is (245,3,118). Sum of RGB (Red+Green+Blue) = 245+3+118=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F50376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50376 is #0AFC89. Grayscale: #585858. Windows color (decimal): -720010 or 7734261. OLE color: 7734261.

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

Color convert

RGB 245 3 118 -
CMYK 0 0.99 0.52 0.04
HSL 331.49º 0.98% 0.49% -
HSV(B) 331.49º 0.99% 0.96% -
XYZ 40.96 20.79 18.99 -
YUV 88.47 144.67 239.65 -
System Red Green Blue C M Y K H S L
Decimal 245 3 118 0 0.99 0.52 0.04 331.49 0.98 0.49
Hex F5 3 76 0 63 34 4 14B 62 31
Octal 365 3 166 0 143 64 4 513 142 61
Binary 11110101 11 1110110 0 1100011 110100 100 101001011 1100010 110001

Color Harmonies of #F50376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50376

Black with #F50376

Text Example


Text Example

White with #F50376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50376; }

 p { color: rgb(245,3,118); }

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

background-color css

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

 a { background-color: rgb(245,3,118); }

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

border-color css

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

 span { border-color: rgb(245,3,118); }

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