Html Css Color HEX #F51354 Razzmatazz

📋 copy color: '#F51354'

red 245 ◦ green 19 ◦ blue 84

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

Shades of Razzmatazz #F51354

Tints of Razzmatazz #F51354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.14%

R = 70.4%
G = 5.46%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F51354 (or 0xF51354) is known color: Razzmatazz. HEX triplet: F5, 13 and 54. RGB value is (245,19,84). Sum of RGB (Red+Green+Blue) = 245+19+84=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F51354 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51354 is #0AECAB. Grayscale: #5D5D5D. Windows color (decimal): -715948 or 5510133. OLE color: 5510133.

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

Color convert

RGB 245 19 84 -
CMYK 0 0.92 0.66 0.04
HSL 342.74º 0.92% 0.52% -
HSV(B) 342.74º 0.92% 0.96% -
XYZ 39.49 20.52 10.27 -
YUV 93.98 122.37 235.71 -
System Red Green Blue C M Y K H S L
Decimal 245 19 84 0 0.92 0.66 0.04 342.74 0.92 0.52
Hex F5 13 54 0 5C 42 4 157 5C 34
Octal 365 23 124 0 134 102 4 527 134 64
Binary 11110101 10011 1010100 0 1011100 1000010 100 101010111 1011100 110100

Color Harmonies of #F51354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51354

Black with #F51354

Text Example


Text Example

White with #F51354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51354; }

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

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

background-color css

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

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

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

border-color css

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

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

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