Html Css Color HEX #F51158 Razzmatazz

📋 copy color: '#F51158'

red 245 ◦ green 17 ◦ blue 88

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

Shades of Razzmatazz #F51158

Tints of Razzmatazz #F51158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 70%
G = 4.86%
B = 25.14%

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

#F51158 (or 0xF51158) is known color: Razzmatazz. HEX triplet: F5, 11 and 58. RGB value is (245,17,88). Sum of RGB (Red+Green+Blue) = 245+17+88=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F51158 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51158 is #0AEEA7. Grayscale: #5D5D5D. Windows color (decimal): -716456 or 5771765. OLE color: 5771765.

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

Color convert

RGB 245 17 88 -
CMYK 0 0.93 0.64 0.04
HSL 341.32º 0.92% 0.51% -
HSV(B) 341.32º 0.93% 0.96% -
XYZ 39.62 20.52 11.1 -
YUV 93.27 125.04 236.23 -
System Red Green Blue C M Y K H S L
Decimal 245 17 88 0 0.93 0.64 0.04 341.32 0.92 0.51
Hex F5 11 58 0 5D 40 4 155 5C 33
Octal 365 21 130 0 135 100 4 525 134 63
Binary 11110101 10001 1011000 0 1011101 1000000 100 101010101 1011100 110011

Color Harmonies of #F51158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51158

Black with #F51158

Text Example


Text Example

White with #F51158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51158; }

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

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

background-color css

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

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

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

border-color css

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

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

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