Html Css Color HEX #FB1159 Razzmatazz

📋 copy color: '#FB1159'

red 251 ◦ green 17 ◦ blue 89

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

Shades of Razzmatazz #FB1159

Tints of Razzmatazz #FB1159

RGB

 RED value IS 251 (98.44% from 255) = 70.31%

 GREEN value IS 17 (7.03% from 255) = 4.76%

 BLUE value IS 89 (35.16% from 255) = 24.93%

R = 70.31%
G = 4.76%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FB1159 (or 0xFB1159) is known color: Razzmatazz. HEX triplet: FB, 11 and 59. RGB value is (251,17,89). Sum of RGB (Red+Green+Blue) = 251+17+89=357 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.31% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1159 is #04EEA6. Grayscale: #5F5F5F. Windows color (decimal): -323239 or 5837307. OLE color: 5837307.

HSL color Cylindrical-coordinate representation of color #FB1159: hue angle of 341.54º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1159 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 17 89 -
CMYK 0 0.93 0.65 0.02
HSL 341.54º 0.97% 0.53% -
HSV(B) 341.54º 0.93% 0.98% -
XYZ 41.79 21.63 11.42 -
YUV 95.17 124.52 239.15 -
System Red Green Blue C M Y K H S L
Decimal 251 17 89 0 0.93 0.65 0.02 341.54 0.97 0.53
Hex FB 11 59 0 5D 41 2 156 61 35
Octal 373 21 131 0 135 101 2 526 141 65
Binary 11111011 10001 1011001 0 1011101 1000001 10 101010110 1100001 110101

Color Harmonies of #FB1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1159

Black with #FB1159

Text Example


Text Example

White with #FB1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1159; }

 p { color: rgb(251,17,89); }

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

background-color css

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

 a { background-color: rgb(251,17,89); }

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

border-color css

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

 span { border-color: rgb(251,17,89); }

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