Html Css Color HEX #F5086B Razzmatazz

📋 copy color: '#F5086B'

red 245 ◦ green 8 ◦ blue 107

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

Shades of Razzmatazz #F5086B

Tints of Razzmatazz #F5086B

RGB

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

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

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

R = 68.06%
G = 2.22%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5086B (or 0xF5086B) is known color: Razzmatazz. HEX triplet: F5, 08 and 6B. RGB value is (245,8,107). Sum of RGB (Red+Green+Blue) = 245+8+107=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F5086B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5086B is #0AF794. Grayscale: #595959. Windows color (decimal): -718741 or 7014645. OLE color: 7014645.

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

Color convert

RGB 245 8 107 -
CMYK 0 0.97 0.56 0.04
HSL 334.94º 0.94% 0.5% -
HSV(B) 334.94º 0.97% 0.96% -
XYZ 40.4 20.65 15.77 -
YUV 90.15 137.52 238.45 -
System Red Green Blue C M Y K H S L
Decimal 245 8 107 0 0.97 0.56 0.04 334.94 0.94 0.5
Hex F5 8 6B 0 61 38 4 14F 5E 32
Octal 365 10 153 0 141 70 4 517 136 62
Binary 11110101 1000 1101011 0 1100001 111000 100 101001111 1011110 110010

Color Harmonies of #F5086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5086B

Black with #F5086B

Text Example


Text Example

White with #F5086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5086B; }

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

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

background-color css

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

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

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

border-color css

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

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

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