Html Css Color HEX #F5096B Razzmatazz

📋 copy color: '#F5096B'

red 245 ◦ green 9 ◦ blue 107

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

Shades of Razzmatazz #F5096B

Tints of Razzmatazz #F5096B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.49%

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 67.87%
G = 2.49%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5096B (or 0xF5096B) is known color: Razzmatazz. HEX triplet: F5, 09 and 6B. RGB value is (245,9,107). Sum of RGB (Red+Green+Blue) = 245+9+107=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F5096B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5096B is #0AF694. Grayscale: #5A5A5A. Windows color (decimal): -718485 or 7014901. OLE color: 7014901.

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

Color convert

RGB 245 9 107 -
CMYK 0 0.96 0.56 0.04
HSL 335.08º 0.93% 0.5% -
HSV(B) 335.08º 0.96% 0.96% -
XYZ 40.41 20.67 15.77 -
YUV 90.74 137.19 238.03 -
System Red Green Blue C M Y K H S L
Decimal 245 9 107 0 0.96 0.56 0.04 335.08 0.93 0.5
Hex F5 9 6B 0 60 38 4 14F 5D 32
Octal 365 11 153 0 140 70 4 517 135 62
Binary 11110101 1001 1101011 0 1100000 111000 100 101001111 1011101 110010

Color Harmonies of #F5096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5096B

Black with #F5096B

Text Example


Text Example

White with #F5096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5096B; }

 p { color: rgb(245,9,107); }

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

background-color css

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

 a { background-color: rgb(245,9,107); }

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

border-color css

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

 span { border-color: rgb(245,9,107); }

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