Html Css Color HEX #FB115B Razzmatazz

📋 copy color: '#FB115B'

red 251 ◦ green 17 ◦ blue 91

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

Shades of Razzmatazz #FB115B

Tints of Razzmatazz #FB115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 69.92%
G = 4.74%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FB115B (or 0xFB115B) is known color: Razzmatazz. HEX triplet: FB, 11 and 5B. RGB value is (251,17,91). Sum of RGB (Red+Green+Blue) = 251+17+91=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB115B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB115B is #04EEA4. Grayscale: #5F5F5F. Windows color (decimal): -323237 or 5968379. OLE color: 5968379.

HSL color Cylindrical-coordinate representation of color #FB115B: hue angle of 341.03º 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 #FB115B is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 17 91 -
CMYK 0 0.93 0.64 0.02
HSL 341.03º 0.97% 0.53% -
HSV(B) 341.03º 0.93% 0.98% -
XYZ 41.87 21.67 11.87 -
YUV 95.4 125.52 238.98 -
System Red Green Blue C M Y K H S L
Decimal 251 17 91 0 0.93 0.64 0.02 341.03 0.97 0.53
Hex FB 11 5B 0 5D 40 2 155 61 35
Octal 373 21 133 0 135 100 2 525 141 65
Binary 11111011 10001 1011011 0 1011101 1000000 10 101010101 1100001 110101

Color Harmonies of #FB115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB115B

Black with #FB115B

Text Example


Text Example

White with #FB115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB115B; }

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

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

background-color css

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

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

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

border-color css

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

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

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