Html Css Color HEX #F51460 Razzmatazz

📋 copy color: '#F51460'

red 245 ◦ green 20 ◦ blue 96

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

Shades of Razzmatazz #F51460

Tints of Razzmatazz #F51460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.54%

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

R = 67.87%
G = 5.54%
B = 26.59%

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

#F51460 (or 0xF51460) is known color: Razzmatazz. HEX triplet: F5, 14 and 60. RGB value is (245,20,96). Sum of RGB (Red+Green+Blue) = 245+20+96=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F51460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51460 is #0AEB9F. Grayscale: #5F5F5F. Windows color (decimal): -715680 or 6296821. OLE color: 6296821.

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

Color convert

RGB 245 20 96 -
CMYK 0 0.92 0.61 0.04
HSL 339.73º 0.92% 0.52% -
HSV(B) 339.73º 0.92% 0.96% -
XYZ 40.02 20.76 12.96 -
YUV 95.94 128.04 234.32 -
System Red Green Blue C M Y K H S L
Decimal 245 20 96 0 0.92 0.61 0.04 339.73 0.92 0.52
Hex F5 14 60 0 5C 3D 4 154 5C 34
Octal 365 24 140 0 134 75 4 524 134 64
Binary 11110101 10100 1100000 0 1011100 111101 100 101010100 1011100 110100

Color Harmonies of #F51460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51460

Black with #F51460

Text Example


Text Example

White with #F51460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51460; }

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

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

background-color css

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

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

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

border-color css

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

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

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