Html Css Color HEX #F51360 Razzmatazz

📋 copy color: '#F51360'

red 245 ◦ green 19 ◦ blue 96

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

Shades of Razzmatazz #F51360

Tints of Razzmatazz #F51360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.67%

R = 68.06%
G = 5.28%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F51360 (or 0xF51360) is known color: Razzmatazz. HEX triplet: F5, 13 and 60. RGB value is (245,19,96). Sum of RGB (Red+Green+Blue) = 245+19+96=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F51360 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51360 is #0AEC9F. Grayscale: #5F5F5F. Windows color (decimal): -715936 or 6296565. OLE color: 6296565.

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

Color convert

RGB 245 19 96 -
CMYK 0 0.92 0.61 0.04
HSL 339.56º 0.92% 0.52% -
HSV(B) 339.56º 0.92% 0.96% -
XYZ 40 20.72 12.96 -
YUV 95.35 128.37 234.74 -
System Red Green Blue C M Y K H S L
Decimal 245 19 96 0 0.92 0.61 0.04 339.56 0.92 0.52
Hex F5 13 60 0 5C 3D 4 154 5C 34
Octal 365 23 140 0 134 75 4 524 134 64
Binary 11110101 10011 1100000 0 1011100 111101 100 101010100 1011100 110100

Color Harmonies of #F51360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51360

Black with #F51360

Text Example


Text Example

White with #F51360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51360; }

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

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

background-color css

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

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

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

border-color css

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

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

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