Html Css Color HEX #F51364 Razzmatazz

📋 copy color: '#F51364'

red 245 ◦ green 19 ◦ blue 100

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

Shades of Razzmatazz #F51364

Tints of Razzmatazz #F51364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.22%

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

R = 67.31%
G = 5.22%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F51364 (or 0xF51364) is known color: Razzmatazz. HEX triplet: F5, 13 and 64. RGB value is (245,19,100). Sum of RGB (Red+Green+Blue) = 245+19+100=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F51364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51364 is #0AEC9B. Grayscale: #5F5F5F. Windows color (decimal): -715932 or 6558709. OLE color: 6558709.

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

Color convert

RGB 245 19 100 -
CMYK 0 0.92 0.59 0.04
HSL 338.5º 0.92% 0.52% -
HSV(B) 338.5º 0.92% 0.96% -
XYZ 40.19 20.8 13.95 -
YUV 95.81 130.37 234.41 -
System Red Green Blue C M Y K H S L
Decimal 245 19 100 0 0.92 0.59 0.04 338.5 0.92 0.52
Hex F5 13 64 0 5C 3B 4 152 5C 34
Octal 365 23 144 0 134 73 4 522 134 64
Binary 11110101 10011 1100100 0 1011100 111011 100 101010010 1011100 110100

Color Harmonies of #F51364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51364

Black with #F51364

Text Example


Text Example

White with #F51364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51364; }

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

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

background-color css

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

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

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

border-color css

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

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

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