Html Css Color HEX #F5084D Razzmatazz

📋 copy color: '#F5084D'

red 245 ◦ green 8 ◦ blue 77

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

Shades of Razzmatazz #F5084D

Tints of Razzmatazz #F5084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 74.24%
G = 2.42%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5084D (or 0xF5084D) is known color: Razzmatazz. HEX triplet: F5, 08 and 4D. RGB value is (245,8,77). Sum of RGB (Red+Green+Blue) = 245+8+77=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F5084D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5084D is #0AF7B2. Grayscale: #565656. Windows color (decimal): -718771 or 5048565. OLE color: 5048565.

HSL color Cylindrical-coordinate representation of color #F5084D: hue angle of 342.53º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5084D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 8 77 -
CMYK 0 0.97 0.69 0.04
HSL 342.53º 0.94% 0.5% -
HSV(B) 342.53º 0.97% 0.96% -
XYZ 39.08 20.12 8.85 -
YUV 86.73 122.52 240.89 -
System Red Green Blue C M Y K H S L
Decimal 245 8 77 0 0.97 0.69 0.04 342.53 0.94 0.5
Hex F5 8 4D 0 61 45 4 157 5E 32
Octal 365 10 115 0 141 105 4 527 136 62
Binary 11110101 1000 1001101 0 1100001 1000101 100 101010111 1011110 110010

Color Harmonies of #F5084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5084D

Black with #F5084D

Text Example


Text Example

White with #F5084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5084D; }

 p { color: rgb(245,8,77); }

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

background-color css

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

 a { background-color: rgb(245,8,77); }

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

border-color css

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

 span { border-color: rgb(245,8,77); }

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