Html Css Color HEX #F5074C Razzmatazz

📋 copy color: '#F5074C'

red 245 ◦ green 7 ◦ blue 76

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

Shades of Razzmatazz #F5074C

Tints of Razzmatazz #F5074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

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

R = 74.7%
G = 2.13%
B = 23.17%

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

#F5074C (or 0xF5074C) is known color: Razzmatazz. HEX triplet: F5, 07 and 4C. RGB value is (245,7,76). Sum of RGB (Red+Green+Blue) = 245+7+76=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F5074C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5074C is #0AF8B3. Grayscale: #555555. Windows color (decimal): -719028 or 4982773. OLE color: 4982773.

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

Color convert

RGB 245 7 76 -
CMYK 0 0.97 0.69 0.04
HSL 342.61º 0.94% 0.49% -
HSV(B) 342.61º 0.97% 0.96% -
XYZ 39.04 20.09 8.66 -
YUV 86.03 122.35 241.39 -
System Red Green Blue C M Y K H S L
Decimal 245 7 76 0 0.97 0.69 0.04 342.61 0.94 0.49
Hex F5 7 4C 0 61 45 4 157 5E 31
Octal 365 7 114 0 141 105 4 527 136 61
Binary 11110101 111 1001100 0 1100001 1000101 100 101010111 1011110 110001

Color Harmonies of #F5074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5074C

Black with #F5074C

Text Example


Text Example

White with #F5074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5074C; }

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

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

background-color css

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

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

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

border-color css

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

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

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