Html Css Color HEX #F51164 Razzmatazz

📋 copy color: '#F51164'

red 245 ◦ green 17 ◦ blue 100

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

Shades of Razzmatazz #F51164

Tints of Razzmatazz #F51164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 67.68%
G = 4.7%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F51164 (or 0xF51164) is known color: Razzmatazz. HEX triplet: F5, 11 and 64. RGB value is (245,17,100). Sum of RGB (Red+Green+Blue) = 245+17+100=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F51164 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51164 is #0AEE9B. Grayscale: #5E5E5E. Windows color (decimal): -716444 or 6558197. OLE color: 6558197.

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

Color convert

RGB 245 17 100 -
CMYK 0 0.93 0.59 0.04
HSL 338.16º 0.92% 0.51% -
HSV(B) 338.16º 0.93% 0.96% -
XYZ 40.16 20.73 13.94 -
YUV 94.63 131.04 235.25 -
System Red Green Blue C M Y K H S L
Decimal 245 17 100 0 0.93 0.59 0.04 338.16 0.92 0.51
Hex F5 11 64 0 5D 3B 4 152 5C 33
Octal 365 21 144 0 135 73 4 522 134 63
Binary 11110101 10001 1100100 0 1011101 111011 100 101010010 1011100 110011

Color Harmonies of #F51164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51164

Black with #F51164

Text Example


Text Example

White with #F51164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51164; }

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

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

background-color css

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

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

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

border-color css

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

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

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