Html Css Color HEX #FB115F Razzmatazz

📋 copy color: '#FB115F'

red 251 ◦ green 17 ◦ blue 95

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

Shades of Razzmatazz #FB115F

Tints of Razzmatazz #FB115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 69.15%
G = 4.68%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB115F (or 0xFB115F) is known color: Razzmatazz. HEX triplet: FB, 11 and 5F. RGB value is (251,17,95). Sum of RGB (Red+Green+Blue) = 251+17+95=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB115F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB115F is #04EEA0. Grayscale: #5F5F5F. Windows color (decimal): -323233 or 6230523. OLE color: 6230523.

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

Color convert

RGB 251 17 95 -
CMYK 0 0.93 0.62 0.02
HSL 340º 0.97% 0.53% -
HSV(B) 340º 0.93% 0.98% -
XYZ 42.05 21.74 12.81 -
YUV 95.86 127.52 238.66 -
System Red Green Blue C M Y K H S L
Decimal 251 17 95 0 0.93 0.62 0.02 340 0.97 0.53
Hex FB 11 5F 0 5D 3E 2 154 61 35
Octal 373 21 137 0 135 76 2 524 141 65
Binary 11111011 10001 1011111 0 1011101 111110 10 101010100 1100001 110101

Color Harmonies of #FB115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB115F

Black with #FB115F

Text Example


Text Example

White with #FB115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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