Html Css Color HEX #F50955 Razzmatazz

📋 copy color: '#F50955'

red 245 ◦ green 9 ◦ blue 85

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

Shades of Razzmatazz #F50955

Tints of Razzmatazz #F50955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 72.27%
G = 2.65%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F50955 (or 0xF50955) is known color: Razzmatazz. HEX triplet: F5, 09 and 55. RGB value is (245,9,85). Sum of RGB (Red+Green+Blue) = 245+9+85=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F50955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50955 is #0AF6AA. Grayscale: #585858. Windows color (decimal): -718507 or 5573109. OLE color: 5573109.

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

Color convert

RGB 245 9 85 -
CMYK 0 0.96 0.65 0.04
HSL 340.68º 0.93% 0.5% -
HSV(B) 340.68º 0.96% 0.96% -
XYZ 39.39 20.26 10.43 -
YUV 88.23 126.19 239.82 -
System Red Green Blue C M Y K H S L
Decimal 245 9 85 0 0.96 0.65 0.04 340.68 0.93 0.5
Hex F5 9 55 0 60 41 4 155 5D 32
Octal 365 11 125 0 140 101 4 525 135 62
Binary 11110101 1001 1010101 0 1100000 1000001 100 101010101 1011101 110010

Color Harmonies of #F50955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50955

Black with #F50955

Text Example


Text Example

White with #F50955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50955; }

 p { color: rgb(245,9,85); }

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

background-color css

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

 a { background-color: rgb(245,9,85); }

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

border-color css

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

 span { border-color: rgb(245,9,85); }

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