Html Css Color HEX #F51561 Razzmatazz

📋 copy color: '#F51561'

red 245 ◦ green 21 ◦ blue 97

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

Shades of Razzmatazz #F51561

Tints of Razzmatazz #F51561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.79%

 BLUE value IS 97 (38.28% from 255) = 26.72%

R = 67.49%
G = 5.79%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F51561 (or 0xF51561) is known color: Razzmatazz. HEX triplet: F5, 15 and 61. RGB value is (245,21,97). Sum of RGB (Red+Green+Blue) = 245+21+97=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F51561 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51561 is #0AEA9E. Grayscale: #606060. Windows color (decimal): -715423 or 6362613. OLE color: 6362613.

HSL color Cylindrical-coordinate representation of color #F51561: hue angle of 339.64º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51561 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 21 97 -
CMYK 0 0.91 0.60 0.04
HSL 339.64º 0.92% 0.52% -
HSV(B) 339.64º 0.91% 0.96% -
XYZ 40.08 20.81 13.21 -
YUV 96.64 128.21 233.82 -
System Red Green Blue C M Y K H S L
Decimal 245 21 97 0 0.91 0.60 0.04 339.64 0.92 0.52
Hex F5 15 61 0 5B 3C 4 154 5C 34
Octal 365 25 141 0 133 74 4 524 134 64
Binary 11110101 10101 1100001 0 1011011 111100 100 101010100 1011100 110100

Color Harmonies of #F51561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51561

Black with #F51561

Text Example


Text Example

White with #F51561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51561; }

 p { color: rgb(245,21,97); }

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

background-color css

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

 a { background-color: rgb(245,21,97); }

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

border-color css

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

 span { border-color: rgb(245,21,97); }

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