Html Css Color HEX #F51051 Razzmatazz

📋 copy color: '#F51051'

red 245 ◦ green 16 ◦ blue 81

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

Shades of Razzmatazz #F51051

Tints of Razzmatazz #F51051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.68%

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 71.64%
G = 4.68%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F51051 (or 0xF51051) is known color: Razzmatazz. HEX triplet: F5, 10 and 51. RGB value is (245,16,81). Sum of RGB (Red+Green+Blue) = 245+16+81=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F51051 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51051 is #0AEFAE. Grayscale: #5B5B5B. Windows color (decimal): -716719 or 5312757. OLE color: 5312757.

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

Color convert

RGB 245 16 81 -
CMYK 0 0.93 0.67 0.04
HSL 342.97º 0.92% 0.51% -
HSV(B) 342.97º 0.93% 0.96% -
XYZ 39.33 20.38 9.65 -
YUV 91.88 121.87 237.21 -
System Red Green Blue C M Y K H S L
Decimal 245 16 81 0 0.93 0.67 0.04 342.97 0.92 0.51
Hex F5 10 51 0 5D 43 4 157 5C 33
Octal 365 20 121 0 135 103 4 527 134 63
Binary 11110101 10000 1010001 0 1011101 1000011 100 101010111 1011100 110011

Color Harmonies of #F51051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51051

Black with #F51051

Text Example


Text Example

White with #F51051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51051; }

 p { color: rgb(245,16,81); }

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

background-color css

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

 a { background-color: rgb(245,16,81); }

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

border-color css

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

 span { border-color: rgb(245,16,81); }

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