Html Css Color HEX #F50451 Razzmatazz

📋 copy color: '#F50451'

red 245 ◦ green 4 ◦ blue 81

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

Shades of Razzmatazz #F50451

Tints of Razzmatazz #F50451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 74.24%
G = 1.21%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F50451 (or 0xF50451) is known color: Razzmatazz. HEX triplet: F5, 04 and 51. RGB value is (245,4,81). Sum of RGB (Red+Green+Blue) = 245+4+81=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F50451 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50451 is #0AFBAE. Grayscale: #545454. Windows color (decimal): -719791 or 5309685. OLE color: 5309685.

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

Color convert

RGB 245 4 81 -
CMYK 0 0.98 0.67 0.04
HSL 340.83º 0.97% 0.49% -
HSV(B) 340.83º 0.98% 0.96% -
XYZ 39.18 20.09 9.6 -
YUV 84.84 125.84 242.24 -
System Red Green Blue C M Y K H S L
Decimal 245 4 81 0 0.98 0.67 0.04 340.83 0.97 0.49
Hex F5 4 51 0 62 43 4 155 61 31
Octal 365 4 121 0 142 103 4 525 141 61
Binary 11110101 100 1010001 0 1100010 1000011 100 101010101 1100001 110001

Color Harmonies of #F50451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50451

Black with #F50451

Text Example


Text Example

White with #F50451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50451; }

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

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

background-color css

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

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

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

border-color css

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

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

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