Html Css Color HEX #F51162 Razzmatazz

📋 copy color: '#F51162'

red 245 ◦ green 17 ◦ blue 98

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

Shades of Razzmatazz #F51162

Tints of Razzmatazz #F51162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.22%

R = 68.06%
G = 4.72%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F51162 (or 0xF51162) is known color: Razzmatazz. HEX triplet: F5, 11 and 62. RGB value is (245,17,98). Sum of RGB (Red+Green+Blue) = 245+17+98=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F51162 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51162 is #0AEE9D. Grayscale: #5E5E5E. Windows color (decimal): -716446 or 6427125. OLE color: 6427125.

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

Color convert

RGB 245 17 98 -
CMYK 0 0.93 0.6 0.04
HSL 338.68º 0.92% 0.51% -
HSV(B) 338.68º 0.93% 0.96% -
XYZ 40.06 20.7 13.44 -
YUV 94.41 130.04 235.41 -
System Red Green Blue C M Y K H S L
Decimal 245 17 98 0 0.93 0.6 0.04 338.68 0.92 0.51
Hex F5 11 62 0 5D 3C 4 153 5C 33
Octal 365 21 142 0 135 74 4 523 134 63
Binary 11110101 10001 1100010 0 1011101 111100 100 101010011 1011100 110011

Color Harmonies of #F51162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51162

Black with #F51162

Text Example


Text Example

White with #F51162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51162; }

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

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

background-color css

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

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

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

border-color css

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

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

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