Html Css Color HEX #F5075C Razzmatazz

📋 copy color: '#F5075C'

red 245 ◦ green 7 ◦ blue 92

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

Shades of Razzmatazz #F5075C

Tints of Razzmatazz #F5075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.74%

R = 71.22%
G = 2.03%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5075C (or 0xF5075C) is known color: Razzmatazz. HEX triplet: F5, 07 and 5C. RGB value is (245,7,92). Sum of RGB (Red+Green+Blue) = 245+7+92=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F5075C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5075C is #0AF8A3. Grayscale: #575757. Windows color (decimal): -719012 or 6031349. OLE color: 6031349.

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

Color convert

RGB 245 7 92 -
CMYK 0 0.97 0.62 0.04
HSL 338.57º 0.94% 0.49% -
HSV(B) 338.57º 0.97% 0.96% -
XYZ 39.66 20.34 11.96 -
YUV 87.85 130.35 240.09 -
System Red Green Blue C M Y K H S L
Decimal 245 7 92 0 0.97 0.62 0.04 338.57 0.94 0.49
Hex F5 7 5C 0 61 3E 4 153 5E 31
Octal 365 7 134 0 141 76 4 523 136 61
Binary 11110101 111 1011100 0 1100001 111110 100 101010011 1011110 110001

Color Harmonies of #F5075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5075C

Black with #F5075C

Text Example


Text Example

White with #F5075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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