Html Css Color HEX #F51159 Razzmatazz

📋 copy color: '#F51159'

red 245 ◦ green 17 ◦ blue 89

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

Shades of Razzmatazz #F51159

Tints of Razzmatazz #F51159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.36%

R = 69.8%
G = 4.84%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F51159 (or 0xF51159) is known color: Razzmatazz. HEX triplet: F5, 11 and 59. RGB value is (245,17,89). Sum of RGB (Red+Green+Blue) = 245+17+89=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F51159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51159 is #0AEEA6. Grayscale: #5D5D5D. Windows color (decimal): -716455 or 5837301. OLE color: 5837301.

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

Color convert

RGB 245 17 89 -
CMYK 0 0.93 0.64 0.04
HSL 341.05º 0.92% 0.51% -
HSV(B) 341.05º 0.93% 0.96% -
XYZ 39.66 20.53 11.32 -
YUV 93.38 125.54 236.15 -
System Red Green Blue C M Y K H S L
Decimal 245 17 89 0 0.93 0.64 0.04 341.05 0.92 0.51
Hex F5 11 59 0 5D 40 4 155 5C 33
Octal 365 21 131 0 135 100 4 525 134 63
Binary 11110101 10001 1011001 0 1011101 1000000 100 101010101 1011100 110011

Color Harmonies of #F51159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51159

Black with #F51159

Text Example


Text Example

White with #F51159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51159; }

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

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

background-color css

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

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

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

border-color css

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

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

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