Html Css Color HEX #F5085C Razzmatazz

📋 copy color: '#F5085C'

red 245 ◦ green 8 ◦ blue 92

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

Shades of Razzmatazz #F5085C

Tints of Razzmatazz #F5085C

RGB

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

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

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

R = 71.01%
G = 2.32%
B = 26.67%

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

#F5085C (or 0xF5085C) is known color: Razzmatazz. HEX triplet: F5, 08 and 5C. RGB value is (245,8,92). Sum of RGB (Red+Green+Blue) = 245+8+92=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F5085C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5085C is #0AF7A3. Grayscale: #585858. Windows color (decimal): -718756 or 6031605. OLE color: 6031605.

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

Color convert

RGB 245 8 92 -
CMYK 0 0.97 0.62 0.04
HSL 338.73º 0.94% 0.5% -
HSV(B) 338.73º 0.97% 0.96% -
XYZ 39.67 20.36 11.96 -
YUV 88.44 130.02 239.67 -
System Red Green Blue C M Y K H S L
Decimal 245 8 92 0 0.97 0.62 0.04 338.73 0.94 0.5
Hex F5 8 5C 0 61 3E 4 153 5E 32
Octal 365 10 134 0 141 76 4 523 136 62
Binary 11110101 1000 1011100 0 1100001 111110 100 101010011 1011110 110010

Color Harmonies of #F5085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5085C

Black with #F5085C

Text Example


Text Example

White with #F5085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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