Html Css Color HEX #F5096D Razzmatazz

📋 copy color: '#F5096D'

red 245 ◦ green 9 ◦ blue 109

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

Shades of Razzmatazz #F5096D

Tints of Razzmatazz #F5096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 67.49%
G = 2.48%
B = 30.03%

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

#F5096D (or 0xF5096D) is known color: Razzmatazz. HEX triplet: F5, 09 and 6D. RGB value is (245,9,109). Sum of RGB (Red+Green+Blue) = 245+9+109=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F5096D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5096D is #0AF692. Grayscale: #5A5A5A. Windows color (decimal): -718483 or 7145973. OLE color: 7145973.

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

Color convert

RGB 245 9 109 -
CMYK 0 0.96 0.56 0.04
HSL 334.58º 0.93% 0.5% -
HSV(B) 334.58º 0.96% 0.96% -
XYZ 40.51 20.71 16.33 -
YUV 90.96 138.19 237.87 -
System Red Green Blue C M Y K H S L
Decimal 245 9 109 0 0.96 0.56 0.04 334.58 0.93 0.5
Hex F5 9 6D 0 60 38 4 14F 5D 32
Octal 365 11 155 0 140 70 4 517 135 62
Binary 11110101 1001 1101101 0 1100000 111000 100 101001111 1011101 110010

Color Harmonies of #F5096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5096D

Black with #F5096D

Text Example


Text Example

White with #F5096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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