Html Css Color HEX #F51165 Razzmatazz

📋 copy color: '#F51165'

red 245 ◦ green 17 ◦ blue 101

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

Shades of Razzmatazz #F51165

Tints of Razzmatazz #F51165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 67.49%
G = 4.68%
B = 27.82%

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

#F51165 (or 0xF51165) is known color: Razzmatazz. HEX triplet: F5, 11 and 65. RGB value is (245,17,101). Sum of RGB (Red+Green+Blue) = 245+17+101=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F51165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51165 is #0AEE9A. Grayscale: #5E5E5E. Windows color (decimal): -716443 or 6623733. OLE color: 6623733.

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

Color convert

RGB 245 17 101 -
CMYK 0 0.93 0.59 0.04
HSL 337.89º 0.92% 0.51% -
HSV(B) 337.89º 0.93% 0.96% -
XYZ 40.21 20.75 14.2 -
YUV 94.75 131.54 235.17 -
System Red Green Blue C M Y K H S L
Decimal 245 17 101 0 0.93 0.59 0.04 337.89 0.92 0.51
Hex F5 11 65 0 5D 3B 4 152 5C 33
Octal 365 21 145 0 135 73 4 522 134 63
Binary 11110101 10001 1100101 0 1011101 111011 100 101010010 1011100 110011

Color Harmonies of #F51165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51165

Black with #F51165

Text Example


Text Example

White with #F51165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51165; }

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

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

background-color css

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

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

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

border-color css

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

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

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