Html Css Color HEX #F50F60 Razzmatazz

📋 copy color: '#F50F60'

red 245 ◦ green 15 ◦ blue 96

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

Shades of Razzmatazz #F50F60

Tints of Razzmatazz #F50F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.21%

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 68.82%
G = 4.21%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F50F60 (or 0xF50F60) is known color: Razzmatazz. HEX triplet: F5, 0F and 60. RGB value is (245,15,96). Sum of RGB (Red+Green+Blue) = 245+15+96=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F60 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50F60 is #0AF09F. Grayscale: #5C5C5C. Windows color (decimal): -716960 or 6295541. OLE color: 6295541.

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

Color convert

RGB 245 15 96 -
CMYK 0 0.94 0.61 0.04
HSL 338.87º 0.92% 0.51% -
HSV(B) 338.87º 0.94% 0.96% -
XYZ 39.94 20.6 12.94 -
YUV 93 129.7 236.41 -
System Red Green Blue C M Y K H S L
Decimal 245 15 96 0 0.94 0.61 0.04 338.87 0.92 0.51
Hex F5 F 60 0 5E 3D 4 153 5C 33
Octal 365 17 140 0 136 75 4 523 134 63
Binary 11110101 1111 1100000 0 1011110 111101 100 101010011 1011100 110011

Color Harmonies of #F50F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50F60

Black with #F50F60

Text Example


Text Example

White with #F50F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50F60; }

 p { color: rgb(245,15,96); }

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

background-color css

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

 a { background-color: rgb(245,15,96); }

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

border-color css

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

 span { border-color: rgb(245,15,96); }

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