Html Css Color HEX #F50656 Razzmatazz

📋 copy color: '#F50656'

red 245 ◦ green 6 ◦ blue 86

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

Shades of Razzmatazz #F50656

Tints of Razzmatazz #F50656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

 BLUE value IS 86 (33.98% from 255) = 25.52%

R = 72.7%
G = 1.78%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F50656 (or 0xF50656) is known color: Razzmatazz. HEX triplet: F5, 06 and 56. RGB value is (245,6,86). Sum of RGB (Red+Green+Blue) = 245+6+86=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F50656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50656 is #0AF9A9. Grayscale: #565656. Windows color (decimal): -719274 or 5637877. OLE color: 5637877.

HSL color Cylindrical-coordinate representation of color #F50656: hue angle of 339.92º degrees, saturation: 0.95, 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 #F50656 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 6 86 -
CMYK 0 0.98 0.65 0.04
HSL 339.92º 0.95% 0.49% -
HSV(B) 339.92º 0.98% 0.96% -
XYZ 39.4 20.21 10.63 -
YUV 86.58 127.68 241 -
System Red Green Blue C M Y K H S L
Decimal 245 6 86 0 0.98 0.65 0.04 339.92 0.95 0.49
Hex F5 6 56 0 62 41 4 154 5F 31
Octal 365 6 126 0 142 101 4 524 137 61
Binary 11110101 110 1010110 0 1100010 1000001 100 101010100 1011111 110001

Color Harmonies of #F50656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50656

Black with #F50656

Text Example


Text Example

White with #F50656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50656; }

 p { color: rgb(245,6,86); }

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

background-color css

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

 a { background-color: rgb(245,6,86); }

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

border-color css

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

 span { border-color: rgb(245,6,86); }

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