Html Css Color HEX #FB0155 Razzmatazz

📋 copy color: '#FB0155'

red 251 ◦ green 1 ◦ blue 85

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

Shades of Razzmatazz #FB0155

Tints of Razzmatazz #FB0155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 74.48%
G = 0.3%
B = 25.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FB0155 (or 0xFB0155) is known color: Razzmatazz. HEX triplet: FB, 01 and 55. RGB value is (251,1,85). Sum of RGB (Red+Green+Blue) = 251+1+85=337 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.48% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0155 is #04FEAA. Grayscale: #555555. Windows color (decimal): -327339 or 5571067. OLE color: 5571067.

HSL color Cylindrical-coordinate representation of color #FB0155: hue angle of 339.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0155 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 1 85 -
CMYK 0 1.00 0.66 0.02
HSL 339.84º 0.99% 0.49% -
HSV(B) 339.84º 1% 0.98% -
XYZ 41.43 21.19 10.5 -
YUV 85.33 127.83 246.17 -
System Red Green Blue C M Y K H S L
Decimal 251 1 85 0 1.00 0.66 0.02 339.84 0.99 0.49
Hex FB 1 55 0 64 42 2 154 63 31
Octal 373 1 125 0 144 102 2 524 143 61
Binary 11111011 1 1010101 0 1100100 1000010 10 101010100 1100011 110001

Color Harmonies of #FB0155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0155

Black with #FB0155

Text Example


Text Example

White with #FB0155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0155; }

 p { color: rgb(251,1,85); }

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

background-color css

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

 a { background-color: rgb(251,1,85); }

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

border-color css

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

 span { border-color: rgb(251,1,85); }

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