Html Css Color HEX #F50B76 Razzmatazz

📋 copy color: '#F50B76'

red 245 ◦ green 11 ◦ blue 118

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

Shades of Razzmatazz #F50B76

Tints of Razzmatazz #F50B76

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.94%

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

R = 65.51%
G = 2.94%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F50B76 (or 0xF50B76) is known color: Razzmatazz. HEX triplet: F5, 0B and 76. RGB value is (245,11,118). Sum of RGB (Red+Green+Blue) = 245+11+118=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F50B76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50B76 is #0AF489. Grayscale: #5C5C5C. Windows color (decimal): -717962 or 7736309. OLE color: 7736309.

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

Color convert

RGB 245 11 118 -
CMYK 0 0.96 0.52 0.04
HSL 332.56º 0.92% 0.5% -
HSV(B) 332.56º 0.96% 0.96% -
XYZ 41.05 20.96 19.02 -
YUV 93.16 142.02 236.3 -
System Red Green Blue C M Y K H S L
Decimal 245 11 118 0 0.96 0.52 0.04 332.56 0.92 0.5
Hex F5 B 76 0 60 34 4 14D 5C 32
Octal 365 13 166 0 140 64 4 515 134 62
Binary 11110101 1011 1110110 0 1100000 110100 100 101001101 1011100 110010

Color Harmonies of #F50B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50B76

Black with #F50B76

Text Example


Text Example

White with #F50B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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