Html Css Color HEX #F50E51 Razzmatazz

📋 copy color: '#F50E51'

red 245 ◦ green 14 ◦ blue 81

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

Shades of Razzmatazz #F50E51

Tints of Razzmatazz #F50E51

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.12%

 BLUE value IS 81 (32.03% from 255) = 23.82%

R = 72.06%
G = 4.12%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F50E51 (or 0xF50E51) is known color: Razzmatazz. HEX triplet: F5, 0E and 51. RGB value is (245,14,81). Sum of RGB (Red+Green+Blue) = 245+14+81=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50E51 is #0AF1AE. Grayscale: #5A5A5A. Windows color (decimal): -717231 or 5312245. OLE color: 5312245.

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

Color convert

RGB 245 14 81 -
CMYK 0 0.94 0.67 0.04
HSL 342.6º 0.92% 0.51% -
HSV(B) 342.6º 0.94% 0.96% -
XYZ 39.3 20.32 9.64 -
YUV 90.71 122.53 238.05 -
System Red Green Blue C M Y K H S L
Decimal 245 14 81 0 0.94 0.67 0.04 342.6 0.92 0.51
Hex F5 E 51 0 5E 43 4 157 5C 33
Octal 365 16 121 0 136 103 4 527 134 63
Binary 11110101 1110 1010001 0 1011110 1000011 100 101010111 1011100 110011

Color Harmonies of #F50E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50E51

Black with #F50E51

Text Example


Text Example

White with #F50E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50E51; }

 p { color: rgb(245,14,81); }

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

background-color css

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

 a { background-color: rgb(245,14,81); }

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

border-color css

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

 span { border-color: rgb(245,14,81); }

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