Html Css Color HEX #F51155 Razzmatazz

📋 copy color: '#F51155'

red 245 ◦ green 17 ◦ blue 85

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

Shades of Razzmatazz #F51155

Tints of Razzmatazz #F51155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.9%

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

R = 70.61%
G = 4.9%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F51155 (or 0xF51155) is known color: Razzmatazz. HEX triplet: F5, 11 and 55. RGB value is (245,17,85). Sum of RGB (Red+Green+Blue) = 245+17+85=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F51155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51155 is #0AEEAA. Grayscale: #5C5C5C. Windows color (decimal): -716459 or 5575157. OLE color: 5575157.

HSL color Cylindrical-coordinate representation of color #F51155: hue angle of 342.11º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51155 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 17 85 -
CMYK 0 0.93 0.65 0.04
HSL 342.11º 0.92% 0.51% -
HSV(B) 342.11º 0.93% 0.96% -
XYZ 39.5 20.47 10.46 -
YUV 92.92 123.54 236.47 -
System Red Green Blue C M Y K H S L
Decimal 245 17 85 0 0.93 0.65 0.04 342.11 0.92 0.51
Hex F5 11 55 0 5D 41 4 156 5C 33
Octal 365 21 125 0 135 101 4 526 134 63
Binary 11110101 10001 1010101 0 1011101 1000001 100 101010110 1011100 110011

Color Harmonies of #F51155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51155

Black with #F51155

Text Example


Text Example

White with #F51155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51155; }

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

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

background-color css

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

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

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

border-color css

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

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

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