Html Css Color HEX #F51455 Razzmatazz

📋 copy color: '#F51455'

red 245 ◦ green 20 ◦ blue 85

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

Shades of Razzmatazz #F51455

Tints of Razzmatazz #F51455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 70%
G = 5.71%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F51455 (or 0xF51455) is known color: Razzmatazz. HEX triplet: F5, 14 and 55. RGB value is (245,20,85). Sum of RGB (Red+Green+Blue) = 245+20+85=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F51455 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51455 is #0AEBAA. Grayscale: #5E5E5E. Windows color (decimal): -715691 or 5575925. OLE color: 5575925.

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

Color convert

RGB 245 20 85 -
CMYK 0 0.92 0.65 0.04
HSL 342.67º 0.92% 0.52% -
HSV(B) 342.67º 0.92% 0.96% -
XYZ 39.55 20.57 10.48 -
YUV 94.69 122.54 235.21 -
System Red Green Blue C M Y K H S L
Decimal 245 20 85 0 0.92 0.65 0.04 342.67 0.92 0.52
Hex F5 14 55 0 5C 41 4 157 5C 34
Octal 365 24 125 0 134 101 4 527 134 64
Binary 11110101 10100 1010101 0 1011100 1000001 100 101010111 1011100 110100

Color Harmonies of #F51455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51455

Black with #F51455

Text Example


Text Example

White with #F51455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51455; }

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

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

background-color css

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

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

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

border-color css

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

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

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