Html Css Color HEX #F50B50 Razzmatazz

📋 copy color: '#F50B50'

red 245 ◦ green 11 ◦ blue 80

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

Shades of Razzmatazz #F50B50

Tints of Razzmatazz #F50B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 72.92%
G = 3.27%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F50B50 (or 0xF50B50) is known color: Razzmatazz. HEX triplet: F5, 0B and 50. RGB value is (245,11,80). Sum of RGB (Red+Green+Blue) = 245+11+80=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F50B50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50B50 is #0AF4AF. Grayscale: #585858. Windows color (decimal): -718000 or 5245941. OLE color: 5245941.

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

Color convert

RGB 245 11 80 -
CMYK 0 0.96 0.67 0.04
HSL 342.31º 0.92% 0.5% -
HSV(B) 342.31º 0.96% 0.96% -
XYZ 39.22 20.23 9.43 -
YUV 88.83 123.02 239.39 -
System Red Green Blue C M Y K H S L
Decimal 245 11 80 0 0.96 0.67 0.04 342.31 0.92 0.5
Hex F5 B 50 0 60 43 4 156 5C 32
Octal 365 13 120 0 140 103 4 526 134 62
Binary 11110101 1011 1010000 0 1100000 1000011 100 101010110 1011100 110010

Color Harmonies of #F50B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50B50

Black with #F50B50

Text Example


Text Example

White with #F50B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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