Html Css Color HEX #F5084C Razzmatazz

📋 copy color: '#F5084C'

red 245 ◦ green 8 ◦ blue 76

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

Shades of Razzmatazz #F5084C

Tints of Razzmatazz #F5084C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 74.47%
G = 2.43%
B = 23.1%

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

#F5084C (or 0xF5084C) is known color: Razzmatazz. HEX triplet: F5, 08 and 4C. RGB value is (245,8,76). Sum of RGB (Red+Green+Blue) = 245+8+76=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F5084C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5084C is #0AF7B3. Grayscale: #565656. Windows color (decimal): -718772 or 4983029. OLE color: 4983029.

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

Color convert

RGB 245 8 76 -
CMYK 0 0.97 0.69 0.04
HSL 342.78º 0.94% 0.5% -
HSV(B) 342.78º 0.97% 0.96% -
XYZ 39.05 20.11 8.66 -
YUV 86.62 122.02 240.97 -
System Red Green Blue C M Y K H S L
Decimal 245 8 76 0 0.97 0.69 0.04 342.78 0.94 0.5
Hex F5 8 4C 0 61 45 4 157 5E 32
Octal 365 10 114 0 141 105 4 527 136 62
Binary 11110101 1000 1001100 0 1100001 1000101 100 101010111 1011110 110010

Color Harmonies of #F5084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5084C

Black with #F5084C

Text Example


Text Example

White with #F5084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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