Html Css Color HEX #F50B57 Razzmatazz

📋 copy color: '#F50B57'

red 245 ◦ green 11 ◦ blue 87

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

Shades of Razzmatazz #F50B57

Tints of Razzmatazz #F50B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.36%

R = 71.43%
G = 3.21%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F50B57 (or 0xF50B57) is known color: Razzmatazz. HEX triplet: F5, 0B and 57. RGB value is (245,11,87). Sum of RGB (Red+Green+Blue) = 245+11+87=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F50B57 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50B57 is #0AF4A8. Grayscale: #595959. Windows color (decimal): -717993 or 5704693. OLE color: 5704693.

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

Color convert

RGB 245 11 87 -
CMYK 0 0.96 0.64 0.04
HSL 340.51º 0.92% 0.5% -
HSV(B) 340.51º 0.96% 0.96% -
XYZ 39.5 20.34 10.86 -
YUV 89.63 126.52 238.82 -
System Red Green Blue C M Y K H S L
Decimal 245 11 87 0 0.96 0.64 0.04 340.51 0.92 0.5
Hex F5 B 57 0 60 40 4 155 5C 32
Octal 365 13 127 0 140 100 4 525 134 62
Binary 11110101 1011 1010111 0 1100000 1000000 100 101010101 1011100 110010

Color Harmonies of #F50B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50B57

Black with #F50B57

Text Example


Text Example

White with #F50B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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